Skip to content

Commit 4a87383

Browse files
committed
added provider
1 parent d0faada commit 4a87383

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

pubspec.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,27 @@ packages:
7979
url: "https://pub.dartlang.org"
8080
source: hosted
8181
version: "1.3.0-nullsafety.3"
82+
nested:
83+
dependency: transitive
84+
description:
85+
name: nested
86+
url: "https://pub.dartlang.org"
87+
source: hosted
88+
version: "0.0.4"
8289
path:
8390
dependency: transitive
8491
description:
8592
name: path
8693
url: "https://pub.dartlang.org"
8794
source: hosted
8895
version: "1.8.0-nullsafety.1"
96+
provider:
97+
dependency: "direct main"
98+
description:
99+
name: provider
100+
url: "https://pub.dartlang.org"
101+
source: hosted
102+
version: "4.3.3"
89103
sky_engine:
90104
dependency: transitive
91105
description: flutter

pubspec.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)