From 394c4e5b4344ad7abd9c7ea082c245cb65124430 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Mon, 1 Apr 2024 22:55:03 -0400 Subject: bump pubspec --- pubspec.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index b5d0f59..34610a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: mini_golf +name: mini_golf_scores description: "Mini Golf Scores" # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. @@ -32,7 +32,7 @@ dependencies: sdk: flutter shared_preferences: ^2.0.15 url_launcher: ^6.2.5 - package_info_plus: ^5.0.1 + package_info_plus: ^6.0.0 # The following adds the Cupertino Icons font to your application. @@ -65,6 +65,8 @@ flutter: # assets: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg + assets: + - LICENSE # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware -- cgit v1.2.3