Skip to content

Commit 7e699d4

Browse files
committed
add to pubspec dependencies
1 parent cb34854 commit 7e699d4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

pubspec.lock

+21
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ packages:
116116
description: flutter
117117
source: sdk
118118
version: "0.0.0"
119+
flutter_snake_navigationbar:
120+
dependency: "direct main"
121+
description:
122+
name: flutter_snake_navigationbar
123+
url: "https://pub.dartlang.org"
124+
source: hosted
125+
version: "0.6.1"
119126
flutter_spinkit:
120127
dependency: "direct main"
121128
description:
@@ -161,6 +168,13 @@ packages:
161168
url: "https://pub.dartlang.org"
162169
source: hosted
163170
version: "4.0.2"
171+
im_animations:
172+
dependency: "direct main"
173+
description:
174+
name: im_animations
175+
url: "https://pub.dartlang.org"
176+
source: hosted
177+
version: "0.1.2"
164178
internet_connection_checker:
165179
dependency: "direct main"
166180
description:
@@ -189,6 +203,13 @@ packages:
189203
url: "https://pub.dartlang.org"
190204
source: hosted
191205
version: "2.0.1"
206+
loading_animation_widget:
207+
dependency: "direct main"
208+
description:
209+
name: loading_animation_widget
210+
url: "https://pub.dartlang.org"
211+
source: hosted
212+
version: "1.2.0+4"
192213
matcher:
193214
dependency: transitive
194215
description:

pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ dependencies:
2222
http: ^0.13.4
2323
internet_connection_checker: ^0.0.1+4
2424
shared_preferences: ^2.0.15
25+
loading_animation_widget: ^1.2.0+3
26+
im_animations: ^0.1.2
27+
flutter_snake_navigationbar: ^0.6.1
2528

2629
dev_dependencies:
2730
flutter_lints: ^2.0.0
@@ -35,7 +38,7 @@ flutter:
3538
assets:
3639
- lang/ar.json
3740
- lang/en.json
38-
- assets/images/quote.png
41+
- assets/images/user.png
3942

4043
fonts:
4144
- family: Tajawal

0 commit comments

Comments
 (0)