Skip to content

Commit

Permalink
Merge pull request #18 from lempiy/fix/dart-versions
Browse files Browse the repository at this point in the history
Fix dart version
  • Loading branch information
lempiy authored Dec 11, 2022
2 parents debbb57 + dcd3707 commit fe778a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ packages:
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.18.4 <3.0.0"
dart: ">=2.17.6 <3.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.17.6 <3.4.0'
sdk: '>=2.17.6 <3.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ packages:
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.18.4 <3.0.0"
dart: ">=2.17.6 <3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
homepage: https://github.com/lempiy/flutter_graphite

environment:
sdk: '>=2.17.6 <3.4.0'
sdk: '>=2.17.6 <3.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit fe778a0

Please # to comment.