Skip to content

Commit

Permalink
Update Dart SDK constraint to allow SDK versions up to 3.0.0. (#392)
Browse files Browse the repository at this point in the history
If the environment constraint is not specified, it automatically means the package only supports Dart SDK < 2.0.0, preventing the library from being used with the most recent Dart version (currently 2.8.3).
  • Loading branch information
sonyaa committed Jun 3, 2020
1 parent a6eb95b commit e28188e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dart/pubspec.yaml
Expand Up @@ -2,5 +2,7 @@ name: open_location_code
description: Open Location Codes are short, generated codes that can be used like street addresses, for places where street addresses don't exist.
version: 0.0.1
homepage: http://openlocationcode.com/
environment:
sdk: '<3.0.0'
dev_dependencies:
test: '>=0.12.0'

0 comments on commit e28188e

Please sign in to comment.