1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00

fixes issue #85

This commit is contained in:
Nishant Srivastava
2021-04-10 23:17:06 +02:00
parent 2e5da9a7d7
commit 5f0bb197d1
138 changed files with 3502 additions and 1088 deletions

View File

@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences","path":"/home/zion/Documents/sdks/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/","dependencies":[]}],"android":[{"name":"shared_preferences","path":"/home/zion/Documents/sdks/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"shared_preferences","dependencies":[]}],"date_created":"2020-12-18 13:57:35.182106","version":"1.20.2"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences","path":"/home/zion/Documents/sdks/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/","dependencies":[]}],"android":[{"name":"shared_preferences","path":"/home/zion/Documents/sdks/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"shared_preferences","dependencies":[]}],"date_created":"2021-04-10 23:16:13.368052","version":"2.0.4"}

View File

@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:

View File

@@ -1,6 +1,9 @@
name: persist_key_value
description: Example project to demonstrate storing key value on disk
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter