Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add env constraint to make pub publish happy (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored May 11, 2017
1 parent b878214 commit 2fc061d
Show file tree
Hide file tree
Showing 10 changed files with 30 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"
3 changes: 3 additions & 0 deletions packages/google_sign_in/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/image_picker/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/path-provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ dependencies:

dev_dependencies:
test:

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

environment:
sdk: ">=1.8.0 <2.0.0"
3 changes: 3 additions & 0 deletions packages/shared-preferences/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/url-launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ dependencies:

dev_dependencies:
test:

environment:
sdk: ">=1.8.0 <2.0.0"

0 comments on commit 2fc061d

Please sign in to comment.