Skip to content

Commit

Permalink
Add pedantic to all Firebase plugins (firebase#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines authored Feb 24, 2020
1 parent f2d10ca commit ca7eb26
Show file tree
Hide file tree
Showing 64 changed files with 159 additions and 33 deletions.
4 changes: 4 additions & 0 deletions packages/cloud_firestore/cloud_firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.13.3+1

* Make the pedantic dev_dependency explicit.

## 0.13.3

* Add macOS support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
firebase_core: "^0.4.4"

dev_dependencies:
pedantic: ^1.8.0
flutter_driver:
sdk: flutter
test: any
Expand Down
3 changes: 2 additions & 1 deletion packages/cloud_firestore/cloud_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with
live synchronization and offline support on Android and iOS.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore
version: 0.13.3
version: 0.13.3+1

flutter:
plugin:
Expand Down Expand Up @@ -32,6 +32,7 @@ dependencies:
cloud_firestore_web: ^0.1.0+1

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
flutter_driver:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1]

* Make the pedantic dev_dependency explicit.

## [1.0.0]

* Created Platform Interface
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cloud_firestore_platform_interface
description: A common platform interface for the cloud_firestore plugin.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface

dependencies:
Expand All @@ -12,6 +12,7 @@ dependencies:
plugin_platform_interface: ^1.0.0

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
mockito: ^4.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+4

* Make the pedantic dev_dependency explicit.

## 0.1.0+3

- Removed unit test that was only testing dart-lang behavior.
Expand Down
3 changes: 2 additions & 1 deletion packages/cloud_firestore/cloud_firestore_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cloud_firestore_web
description: The web implementation of cloud_firestore
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web
version: 0.1.0+3
version: 0.1.0+4

flutter:
plugin:
Expand All @@ -23,6 +23,7 @@ dependencies:
js: ^0.6.1

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
firebase_core_platform_interface: ^1.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/cloud_functions/cloud_functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2+1

* Make the pedantic dev_dependency explicit.

## 0.4.2

* Add macOS support
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: cloud_functions_example
description: Demonstrates how to use the cloud_functions plugin.
version: 1.0.1
author: Flutter Team <[email protected]>

dependencies:
flutter:
Expand All @@ -12,6 +10,7 @@ dependencies:
firebase_core: ^0.4.4

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
flutter_driver:
Expand Down
3 changes: 2 additions & 1 deletion packages/cloud_functions/cloud_functions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cloud_functions
description: Flutter plugin for Cloud Functions.
version: 0.4.2
version: 0.4.2+1
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions

flutter:
Expand All @@ -25,6 +25,7 @@ dependencies:
cloud_functions_web: ^1.0.2

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
flutter_driver:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Make the pedantic dev_dependency explicit.

## 1.0.0

Initial release
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the cloud_functions plugin.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions_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:
Expand All @@ -13,6 +13,7 @@ dependencies:
plugin_platform_interface: ^1.0.1

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
mockito: ^4.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/cloud_functions/cloud_functions_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

* Make the pedantic dev_dependency explicit.

## 1.0.3

Update README with real version numbers.
Expand Down
3 changes: 2 additions & 1 deletion packages/cloud_functions/cloud_functions_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cloud_functions_web
description: The web implementation of cloud_functions
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions_web
version: 1.0.3
version: 1.0.4

flutter:
plugin:
Expand All @@ -21,6 +21,7 @@ dependencies:
meta: ^1.1.7

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
firebase_core_platform_interface: ^1.0.2
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_admob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1+2

* Make the pedantic dev_dependency explicit.

## 0.9.1+1

* Enable custom parameters for rewarded video server-side verification callbacks.
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_admob/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
firebase_core: ^0.4.2+1

dev_dependencies:
pedantic: ^1.8.0
e2e: ^0.2.1
flutter_driver:
sdk: flutter
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_admob/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_admob
description: Flutter plugin for Firebase AdMob, supporting
banner, interstitial (full-screen), and rewarded video ads
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob
version: 0.9.1+1
version: 0.9.1+2

flutter:
plugin:
Expand All @@ -21,6 +21,7 @@ dependencies:
firebase_core: ^0.4.2+1

dev_dependencies:
pedantic: ^1.8.0
e2e: ^0.2.1
flutter_driver:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_analytics/firebase_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.12

* Make the pedantic dev_dependency explicit.

## 5.0.11

* Fix overrides a deprecated API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
e2e: ^0.2.1

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
flutter_driver:
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_analytics/firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics
version: 5.0.11
version: 5.0.12

flutter:
plugin:
Expand All @@ -19,6 +19,7 @@ dependencies:
sdk: flutter

dev_dependencies:
pedantic: ^1.8.0
e2e: ^0.2.1
mockito: 3.0.0
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Make the pedantic dev_dependency explicit.

## 1.0.1

* Remove the deprecated `author:` field from pubspec.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ description: A common platform interface for the firebase_analytics plugin.
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.1
version: 1.0.2

dependencies:
flutter:
sdk: flutter
meta: ^1.0.5

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
mockito: ^4.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.5+1

* Make the pedantic dev_dependency explicit.

## 0.15.5

* Add macOS support
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_auth/firebase_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
uuid: ^2.0.2

dev_dependencies:
pedantic: ^1.8.0
flutter_driver:
sdk: flutter
test: any
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_auth/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
authentication using passwords, phone numbers and identity providers
like Google, Facebook and Twitter.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth
version: 0.15.5
version: 0.15.5+1

flutter:
plugin:
Expand Down Expand Up @@ -33,6 +33,7 @@ dependencies:
sdk: flutter

dev_dependencies:
pedantic: ^1.8.0
async: ^2.3.0
google_sign_in: ^3.0.4
firebase_dynamic_links: ^0.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.6

* Make the pedantic dev_dependency explicit.

## 1.1.5

- Fixed typo on private method name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ description: A common platform interface for the firebase_auth plugin.
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.5
version: 1.1.6

dependencies:
flutter:
sdk: flutter
meta: ^1.0.5

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
mockito: ^4.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2+2

* Make the pedantic dev_dependency explicit.

## 0.1.2+1

* Require `firebase_core_web` from hosted
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_auth/firebase_auth_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: firebase_auth_web
description: The web implementation of firebase_auth
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
version: 0.1.2+1
version: 0.1.2+2

flutter:
plugin:
Expand All @@ -22,6 +22,7 @@ dependencies:
js: ^0.6.1

dev_dependencies:
pedantic: ^1.8.0
flutter_test:
sdk: flutter
firebase_auth:
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_core/firebase_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4+1

* Make the pedantic dev_dependency explicit.

## 0.4.4

* Add macOS support
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_core/firebase_core/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
cupertino_icons: ^0.1.0

dev_dependencies:
pedantic: ^1.8.0
e2e: ^0.2.1
flutter_test:
sdk: flutter
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_core/firebase_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_core
description: Flutter plugin for Firebase Core, enabling connecting to multiple
Firebase apps.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_core/firebase_core
version: 0.4.4
version: 0.4.4+1

flutter:
plugin:
Expand Down Expand Up @@ -30,6 +30,7 @@ dependencies:
firebase_core_web: ^0.1.1

dev_dependencies:
pedantic: ^1.8.0
e2e: ^0.2.1
flutter_driver:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

* Make the pedantic dev_dependency explicit.

## 1.0.2

- Remove the deprecated `author:` field from pubspec.yaml
Expand Down
Loading

0 comments on commit ca7eb26

Please sign in to comment.