Skip to content

Commit

Permalink
update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcasticNoodle committed Dec 25, 2020
1 parent e1ebf3e commit a6fa197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ description: A new Flutter project.
# Read more about versioning at semver.org.
version: 1.0.0+1

environment:
sdk: '>=2.10.0 <3.0.0'

dependencies:
flutter:
sdk: flutter
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contributors: Gregor Weber <The-Redhat>, Vasilliy Ditsyask <vasilich6107>
homepage: https://github.com/hnvn/flutter_shimmer

environment:
sdk: '>=1.20.1 <3.0.0'
sdk: '>=2.12.0-133.2.beta <3.0.0'
flutter: ^1.9.1

dependencies:
Expand All @@ -16,5 +16,3 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter

flutter:

0 comments on commit a6fa197

Please sign in to comment.