8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a439d17 commit f3c9a61Copy full SHA for f3c9a61
pubspec.lock
@@ -659,7 +659,7 @@ packages:
659
source: hosted
660
version: "1.2.0"
661
shared_preferences:
662
- dependency: transitive
+ dependency: "direct main"
663
description:
664
name: shared_preferences
665
url: "https://pub.dartlang.org"
pubspec.yaml
@@ -65,6 +65,10 @@ dependencies:
65
# Scalable Vector Graphics 1.1 files.
66
flutter_svg: ^1.1.0
67
68
+ # Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS
69
+ # and SharedPreferences on Android.
70
+ shared_preferences: ^2.0.15
71
+
72
dev_dependencies:
73
flutter_test:
74
sdk: flutter
0 commit comments