Skip to content

Commit

Permalink
[google_sign_in] Bump platform interface version for NNBD stable (flu…
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored and adsonpleal committed Feb 26, 2021
1 parent 9b4bf5d commit 19746e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.0.0-nullsafety
## 2.0.0

* Migration to nnbd.
* Migrate to null-safety.

## 1.1.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ description: A common platform interface for the google_sign_in plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_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: 2.0.0-nullsafety
version: 2.0.0

dependencies:
flutter:
sdk: flutter
meta: ^1.3.0-nullsafety.6
quiver: ^3.0.0-nullsafety.2
meta: ^1.3.0
quiver: ^3.0.0

dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.0-nullsafety.1
pedantic: ^1.10.0-nullsafety.1
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"

0 comments on commit 19746e9

Please sign in to comment.