Skip to content

Commit

Permalink
Install plugin shared_preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderJava committed May 30, 2020
1 parent 0bd0998 commit c614091
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,34 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.23.1"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.7+3"
shared_preferences_macos:
dependency: transitive
description:
name: shared_preferences_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+9"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2+7"
shelf:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ dependencies:
# Vector Graphics 1.1 files.
flutter_svg: ^0.17.4

# Flutter plugin for reading and writing simple key-value pairs.
shared_preferences: ^0.5.7+3

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit c614091

Please sign in to comment.