@@ -24,6 +24,7 @@ dependencies:
2424 flutter :
2525 sdk : flutter
2626 vibration : ^1.7.3
27+ provider : ^4.3.2+2
2728 # The following adds the Cupertino Icons font to your application.
2829 # Use with the CupertinoIcons class for iOS style icons.
2930 # cupertino_icons: ^1.0.0
@@ -41,18 +42,14 @@ flutter:
4142 # included with your application, so that you can use the icons in
4243 # the material Icons class.
4344 uses-material-design : true
44-
4545 # To add assets to your application, add an assets section, like this:
4646 # assets:
4747 # - images/a_dot_burr.jpeg
4848 # - images/a_dot_ham.jpeg
49-
5049 # An image asset can refer to one or more resolution-specific "variants", see
5150 # https://flutter.dev/assets-and-images/#resolution-aware.
52-
5351 # For details regarding adding assets from package dependencies, see
5452 # https://flutter.dev/assets-and-images/#from-packages
55-
5653 # To add custom fonts to your application, add a fonts section here,
5754 # in this "flutter" section. Each entry in this list should have a
5855 # "family" key with the font family name, and a "fonts" key with a
@@ -72,6 +69,3 @@ flutter:
7269 #
7370 # For details regarding fonts from package dependencies,
7471 # see https://flutter.dev/custom-fonts/#from-packages
75-
76- assets :
77- - lib/assets/icons/
0 commit comments