Skip to content

Commit

Permalink
[shared_preferences] Bump version for NNBD stable (flutter#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored Feb 20, 2021
1 parent 0e3e177 commit a8d1a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-nullsafety
## 2.0.0

* Migrate to null safety.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: shared_preferences_platform_interface
description: A common platform interface for the shared_preferences plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_platform_interface
version: 2.0.0-nullsafety
version: 2.0.0

dependencies:
flutter:
Expand All @@ -10,8 +10,8 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety
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.8"

0 comments on commit a8d1a3a

Please sign in to comment.