Skip to content

Commit

Permalink
Add env constraint to make pub publish happy (flutter#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored May 11, 2017
1 parent d0eb4bc commit 1b6529e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ dependencies:
dev_dependencies:
mockito: ^2.0.2
test: ^0.12.20

environment:
sdk: ">=1.8.0 <2.0.0"
3 changes: 3 additions & 0 deletions packages/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ dependencies:
dev_dependencies:
mockito: ^2.0.2
test: ^0.12.20

environment:
sdk: ">=1.8.0 <2.0.0"
3 changes: 3 additions & 0 deletions packages/firebase_database/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ flutter:
dependencies:
flutter:
sdk: flutter

environment:
sdk: ">=1.8.0 <2.0.0"
3 changes: 3 additions & 0 deletions packages/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ flutter:
dependencies:
flutter:
sdk: flutter

environment:
sdk: ">=1.8.0 <2.0.0"

0 comments on commit 1b6529e

Please sign in to comment.