diff --git a/pubspec.yaml b/pubspec.yaml index 275aba7..a68be74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: flutter_projects2 +name: i_am_rich_clicker description: A new Flutter project. # The following line prevents the package from being accidentally published to @@ -34,6 +34,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 + shared_preferences: ^2.0.15 dev_dependencies: flutter_test: @@ -73,12 +74,11 @@ flutter: # list giving the asset and other descriptors for the font. For # example: fonts: - - family: CinzelDecorative - fonts: - - asset: asset/fonts/CinzelDecorative-Regular.ttf - - asset: asset/fonts/CinzelDecorative-Black.ttf - - asset: asset/fonts/CinzelDecorative-Bold.ttf - + - family: CinzelDecorative + fonts: + - asset: asset/fonts/CinzelDecorative-Regular.ttf + - asset: asset/fonts/CinzelDecorative-Black.ttf + - asset: asset/fonts/CinzelDecorative-Bold.ttf # # For details regarding fonts from package dependencies, # see https://flutter.dev/custom-fonts/#from-packages