Skip to content

Commit 9fabd53

Browse files
committed
updated readme
1 parent 4b66929 commit 9fabd53

File tree

3 files changed

+32
-20
lines changed

3 files changed

+32
-20
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht
5050
1. [Using Bottom Sheet](/bottom_sheet)
5151
1. [View PDF File](/view_pdf_file)
5252
1. [Image Editor](/image_editor)
53+
1. [Firebase Analytics Integration](/analytics_integration)
54+
1. [Firebase Crashlytics Integration](/firebase_crash_reporting)
55+
1. [Push Notifications](/push_notifications)
56+
1. [Todo list using Provider](/todo_list_using_provider)
57+
5358
### Complete apps with multiple features
5459

5560
1. [Tip Calculator](/tip_calculator)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sdk.dir=C:\\Users\\CODERAKY\\AppData\\Local\\Android\\sdk
2-
flutter.sdk=C:\\flutter\\flutter
1+
sdk.dir=/home/zion/Android/Sdk
2+
flutter.sdk=/home/zion/Documents/sdks/flutter
33
flutter.buildMode=debug
44
flutter.versionName=1.0.0
55
flutter.versionCode=1

using_listwheelscrollview/pubspec.lock

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,42 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.1"
10+
version: "2.5.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.0.0"
17+
version: "2.1.0"
18+
characters:
19+
dependency: transitive
20+
description:
21+
name: characters
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.1.0"
1825
charcode:
1926
dependency: transitive
2027
description:
2128
name: charcode
2229
url: "https://pub.dartlang.org"
2330
source: hosted
24-
version: "1.1.3"
31+
version: "1.2.0"
2532
clock:
2633
dependency: transitive
2734
description:
2835
name: clock
2936
url: "https://pub.dartlang.org"
3037
source: hosted
31-
version: "1.0.1"
38+
version: "1.1.0"
3239
collection:
3340
dependency: transitive
3441
description:
3542
name: collection
3643
url: "https://pub.dartlang.org"
3744
source: hosted
38-
version: "1.14.12"
45+
version: "1.15.0"
3946
cupertino_icons:
4047
dependency: "direct main"
4148
description:
@@ -49,7 +56,7 @@ packages:
4956
name: fake_async
5057
url: "https://pub.dartlang.org"
5158
source: hosted
52-
version: "1.1.0"
59+
version: "1.2.0"
5360
flutter:
5461
dependency: "direct main"
5562
description: flutter
@@ -66,21 +73,21 @@ packages:
6673
name: matcher
6774
url: "https://pub.dartlang.org"
6875
source: hosted
69-
version: "0.12.6"
76+
version: "0.12.10"
7077
meta:
7178
dependency: transitive
7279
description:
7380
name: meta
7481
url: "https://pub.dartlang.org"
7582
source: hosted
76-
version: "1.1.8"
83+
version: "1.3.0"
7784
path:
7885
dependency: transitive
7986
description:
8087
name: path
8188
url: "https://pub.dartlang.org"
8289
source: hosted
83-
version: "1.7.0"
90+
version: "1.8.0"
8491
sky_engine:
8592
dependency: transitive
8693
description: flutter
@@ -92,55 +99,55 @@ packages:
9299
name: source_span
93100
url: "https://pub.dartlang.org"
94101
source: hosted
95-
version: "1.7.0"
102+
version: "1.8.0"
96103
stack_trace:
97104
dependency: transitive
98105
description:
99106
name: stack_trace
100107
url: "https://pub.dartlang.org"
101108
source: hosted
102-
version: "1.9.3"
109+
version: "1.10.0"
103110
stream_channel:
104111
dependency: transitive
105112
description:
106113
name: stream_channel
107114
url: "https://pub.dartlang.org"
108115
source: hosted
109-
version: "2.0.0"
116+
version: "2.1.0"
110117
string_scanner:
111118
dependency: transitive
112119
description:
113120
name: string_scanner
114121
url: "https://pub.dartlang.org"
115122
source: hosted
116-
version: "1.0.5"
123+
version: "1.1.0"
117124
term_glyph:
118125
dependency: transitive
119126
description:
120127
name: term_glyph
121128
url: "https://pub.dartlang.org"
122129
source: hosted
123-
version: "1.1.0"
130+
version: "1.2.0"
124131
test_api:
125132
dependency: transitive
126133
description:
127134
name: test_api
128135
url: "https://pub.dartlang.org"
129136
source: hosted
130-
version: "0.2.15"
137+
version: "0.2.19"
131138
typed_data:
132139
dependency: transitive
133140
description:
134141
name: typed_data
135142
url: "https://pub.dartlang.org"
136143
source: hosted
137-
version: "1.1.6"
144+
version: "1.3.0"
138145
vector_math:
139146
dependency: transitive
140147
description:
141148
name: vector_math
142149
url: "https://pub.dartlang.org"
143150
source: hosted
144-
version: "2.0.8"
151+
version: "2.1.0"
145152
sdks:
146-
dart: ">=2.7.0 <3.0.0"
153+
dart: ">=2.12.0-0.0 <3.0.0"

0 commit comments

Comments
 (0)