forked from firebase/flutterfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[all] Migrate pubspec to platforms manifest (firebase#1585)
- Loading branch information
Chris Yang
authored
Dec 10, 2019
1 parent
ef19bba
commit d6e35c2
Showing
74 changed files
with
280 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,17 @@ name: cloud_firestore | |
description: | ||
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with | ||
live synchronization and offline support on Android and iOS. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore | ||
version: 0.13.0 | ||
version: 0.13.0+1 | ||
|
||
flutter: | ||
plugin: | ||
androidPackage: io.flutter.plugins.firebase.cloudfirestore | ||
iosPrefix: FLT | ||
pluginClass: CloudFirestorePlugin | ||
platforms: | ||
android: | ||
package: io.flutter.plugins.firebase.cloudfirestore | ||
pluginClass: CloudFirestorePlugin | ||
ios: | ||
pluginClass: FLTCloudFirestorePlugin | ||
|
||
dependencies: | ||
flutter: | ||
|
@@ -28,4 +30,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=1.5.0 <2.0.0" | ||
flutter: ">=1.10.0 <2.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
name: cloud_functions | ||
description: Flutter plugin for Cloud Functions. | ||
version: 0.4.1+4 | ||
author: Flutter Team <[email protected]> | ||
version: 0.4.1+5 | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions | ||
|
||
flutter: | ||
plugin: | ||
androidPackage: io.flutter.plugins.firebase.cloudfunctions | ||
pluginClass: CloudFunctionsPlugin | ||
platforms: | ||
android: | ||
package: io.flutter.plugins.firebase.cloudfunctions | ||
pluginClass: CloudFunctionsPlugin | ||
ios: | ||
pluginClass: CloudFunctionsPlugin | ||
|
||
dependencies: | ||
meta: ^1.1.6 | ||
|
@@ -24,4 +27,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: '>=2.0.0-dev.28.0 <3.0.0' | ||
flutter: '>=0.2.4 <2.0.0' | ||
flutter: '>=1.10.0 <2.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
name: firebase_admob | ||
description: Flutter plugin for Firebase AdMob, supporting | ||
banner, interstitial (full-screen), and rewarded video ads | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob | ||
version: 0.9.0+9 | ||
version: 0.9.0+10 | ||
|
||
flutter: | ||
plugin: | ||
androidPackage: io.flutter.plugins.firebaseadmob | ||
iosPrefix: FLT | ||
pluginClass: FirebaseAdMobPlugin | ||
platforms: | ||
android: | ||
package: io.flutter.plugins.firebaseadmob | ||
pluginClass: FirebaseAdMobPlugin | ||
ios: | ||
pluginClass: FLTFirebaseAdMobPlugin | ||
|
||
dependencies: | ||
meta: ^1.0.4 | ||
|
@@ -25,4 +27,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=1.5.0 <2.0.0" | ||
flutter: ">=1.10.0 <2.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
name: firebase_analytics | ||
description: Flutter plugin for Google Analytics for Firebase, an app measurement | ||
solution that provides insight on app usage and user engagement on Android and iOS. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics | ||
version: 5.0.8 | ||
version: 5.0.9 | ||
|
||
flutter: | ||
plugin: | ||
androidPackage: io.flutter.plugins.firebaseanalytics | ||
iosPrefix: FLT | ||
pluginClass: FirebaseAnalyticsPlugin | ||
platforms: | ||
android: | ||
package: io.flutter.plugins.firebaseanalytics | ||
pluginClass: FirebaseAnalyticsPlugin | ||
ios: | ||
pluginClass: FLTFirebaseAnalyticsPlugin | ||
|
||
dependencies: | ||
meta: ^1.0.4 | ||
|
@@ -27,4 +29,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=1.9.1+hotfix.4 <2.0.0" | ||
flutter: ">=1.10.0 <2.0.0" |
4 changes: 4 additions & 0 deletions
4
packages/firebase_analytics/firebase_analytics_platform_interface/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.1 | ||
|
||
* Remove the deprecated `author:` field from pubspec.yaml | ||
|
||
## 1.0.0 | ||
|
||
* Initial open-source release. |
3 changes: 1 addition & 2 deletions
3
packages/firebase_analytics/firebase_analytics_platform_interface/pubspec.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name: firebase_analytics_platform_interface | ||
description: A common platform interface for the firebase_analytics plugin. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics_platform_interface | ||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a | ||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
|
||
dependencies: | ||
flutter: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,16 @@ name: firebase_auth | |
description: Flutter plugin for Firebase Auth, enabling Android and iOS | ||
authentication using passwords, phone numbers and identity providers | ||
like Google, Facebook and Twitter. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth | ||
version: 0.15.1 | ||
version: 0.15.1+1 | ||
|
||
flutter: | ||
plugin: | ||
androidPackage: io.flutter.plugins.firebaseauth | ||
iosPrefix: FLT | ||
pluginClass: FirebaseAuthPlugin | ||
android: | ||
package: io.flutter.plugins.firebaseauth | ||
pluginClass: FirebaseAuthPlugin | ||
ios: | ||
pluginClass: FLTFirebaseAuthPlugin | ||
|
||
dependencies: | ||
meta: ^1.0.4 | ||
|
@@ -34,4 +35,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=1.5.0 <2.0.0" | ||
flutter: ">=1.10.0 <2.0.0" |
4 changes: 4 additions & 0 deletions
4
packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
packages/firebase_auth/firebase_auth_platform_interface/pubspec.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name: firebase_auth_platform_interface | ||
description: A common platform interface for the firebase_auth plugin. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth_platform_interface | ||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a | ||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes | ||
version: 1.1.1 | ||
version: 1.1.2 | ||
|
||
dependencies: | ||
flutter: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
name: firebase_auth_web | ||
description: The web implementation of firebase_auth | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/packages/firebase_auth/firebase_auth_web | ||
version: 0.1.0+1 | ||
version: 0.1.0+2 | ||
|
||
flutter: | ||
plugin: | ||
|
@@ -33,5 +32,5 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=1.9.1+hotfix.2 <2.0.0" | ||
flutter: ">=1.10.0 <2.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.