@@ -28,22 +28,16 @@ environment:
2828# the latest version available on pub.dev. To see which dependencies have newer
2929# versions available, run `flutter pub outdated`.
3030dependencies :
31+ animated_flip_counter : ^0.2.6
32+ animated_text_kit : ^4.2.2
33+ cupertino_icons : ^1.0.2
3134 flutter :
3235 sdk : flutter
33-
34-
35- # The following adds the Cupertino Icons font to your application.
36- # Use with the CupertinoIcons class for iOS style icons.
37- cupertino_icons : ^1.0.2
36+ google_fonts : ^6.1.0
3837 lottie : ^2.6.0
3938 vector_math : ^2.1.4
40- animated_flip_counter : ^0.2.6
4139
4240dev_dependencies :
43- flutter_test :
44- sdk : flutter
45- flutter_zoom_drawer : ^3.1.1
46- get : ^4.6.6
4741 flutter_launcher_icons : " ^0.13.1"
4842
4943 # The "flutter_lints" package below contains a set of recommended lints to
@@ -52,6 +46,10 @@ dev_dependencies:
5246 # package. See that file for information about deactivating specific lint
5347 # rules and activating additional ones.
5448 flutter_lints : ^2.0.0
49+ flutter_test :
50+ sdk : flutter
51+ flutter_zoom_drawer : ^3.1.1
52+ get : ^4.6.6
5553
5654flutter_icons :
5755 android : " launcher_icon"
@@ -60,7 +58,6 @@ flutter_icons:
6058
6159# For information on the generic Dart part of this file, see the
6260# following page: https://dart.dev/tools/pub/pubspec
63-
6461# The following section is specific to Flutter packages.
6562flutter :
6663
@@ -75,13 +72,10 @@ flutter:
7572 - assets/icons/flutter_animations_icon.png
7673 # - images/a_dot_burr.jpeg
7774 # - images/a_dot_ham.jpeg
78-
7975 # An image asset can refer to one or more resolution-specific "variants", see
8076 # https://flutter.dev/assets-and-images/#resolution-aware
81-
8277 # For details regarding adding assets from package dependencies, see
8378 # https://flutter.dev/assets-and-images/#from-packages
84-
8579 # To add custom fonts to your application, add a fonts section here,
8680 # in this "flutter" section. Each entry in this list should have a
8781 # "family" key with the font family name, and a "fonts" key with a
0 commit comments