add required packages

This commit is contained in:
2025-04-17 16:18:07 -07:00
parent 4f87339752
commit 25b60b9230
2 changed files with 250 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: wheres_my_sign
description: "A new Flutter project."
description: "A flutter application to help real estate agents find their signs."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
@@ -34,6 +34,9 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
google_maps_flutter: ^2.12.1
geolocator: ^14.0.0
permission_handler: ^12.0.0+1
dev_dependencies:
flutter_test: