Skip to content

Commit

Permalink
update to not-use pre-release sdk version; remove upper version bound…
Browse files Browse the repository at this point in the history
… on flutter
  • Loading branch information
avioli committed Apr 28, 2021
1 parent feb20e2 commit 22b1e1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions uni_links/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dev_dependencies:
sdk: flutter

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"

flutter:
plugin:
Expand Down
4 changes: 2 additions & 2 deletions uni_links_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dev_dependencies:
sdk: flutter

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"
4 changes: 2 additions & 2 deletions uni_links_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dev_dependencies:
sdk: flutter

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"

flutter:
plugin:
Expand Down

0 comments on commit 22b1e1d

Please sign in to comment.