From 9fabd53d5792bd4b5d85ba4edad3f289ba7049fe Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Sun, 25 Jul 2021 21:06:06 +0200 Subject: [PATCH] updated readme --- README.md | 5 +++ .../android/local.properties | 4 +- using_listwheelscrollview/pubspec.lock | 43 +++++++++++-------- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index aa009b8b..c32aa137 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht 1. [Using Bottom Sheet](/bottom_sheet) 1. [View PDF File](/view_pdf_file) 1. [Image Editor](/image_editor) +1. [Firebase Analytics Integration](/analytics_integration) +1. [Firebase Crashlytics Integration](/firebase_crash_reporting) +1. [Push Notifications](/push_notifications) +1. [Todo list using Provider](/todo_list_using_provider) + ### Complete apps with multiple features 1. [Tip Calculator](/tip_calculator) diff --git a/using_listwheelscrollview/android/local.properties b/using_listwheelscrollview/android/local.properties index 19a2b396..dd76010d 100644 --- a/using_listwheelscrollview/android/local.properties +++ b/using_listwheelscrollview/android/local.properties @@ -1,5 +1,5 @@ -sdk.dir=C:\\Users\\CODERAKY\\AppData\\Local\\Android\\sdk -flutter.sdk=C:\\flutter\\flutter +sdk.dir=/home/zion/Android/Sdk +flutter.sdk=/home/zion/Documents/sdks/flutter flutter.buildMode=debug flutter.versionName=1.0.0 flutter.versionCode=1 \ No newline at end of file diff --git a/using_listwheelscrollview/pubspec.lock b/using_listwheelscrollview/pubspec.lock index 807a376c..e8a8ff5a 100644 --- a/using_listwheelscrollview/pubspec.lock +++ b/using_listwheelscrollview/pubspec.lock @@ -7,35 +7,42 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.5.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "1.2.0" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.1.0" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.15.0" cupertino_icons: dependency: "direct main" description: @@ -49,7 +56,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" flutter: dependency: "direct main" description: flutter @@ -66,21 +73,21 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.10" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.3.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" sky_engine: dependency: transitive description: flutter @@ -92,55 +99,55 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.10.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.1.0" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.19" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.0" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0" sdks: - dart: ">=2.7.0 <3.0.0" + dart: ">=2.12.0-0.0 <3.0.0"