From bbd61854010e4ed49ec30985cd79530f32b9bd43 Mon Sep 17 00:00:00 2001 From: joaomiranda Date: Wed, 25 Feb 2026 15:20:42 +0000 Subject: [PATCH] ecra de mapa adicionado --- android/app/src/main/AndroidManifest.xml | 10 ++ ios/Flutter/AppFrameworkInfo.plist | 2 - ios/Flutter/Debug.xcconfig | 1 + ios/Flutter/Release.xcconfig | 1 + ios/Podfile | 43 +++++ ios/Podfile.lock | 38 ++++ ios/Runner.xcodeproj/project.pbxproj | 112 ++++++++++++ .../contents.xcworkspacedata | 3 + ios/Runner/AppDelegate.swift | 10 +- ios/Runner/Info.plist | 29 ++- lib/main.dart | 168 +++++++++++++----- lib/screens/google_map_screen.dart | 34 ++++ macos/Flutter/Flutter-Debug.xcconfig | 1 + macos/Flutter/Flutter-Release.xcconfig | 1 + macos/Podfile | 42 +++++ macos/Runner.xcodeproj/project.pbxproj | 5 +- pubspec.lock | 119 ++++++++++++- pubspec.yaml | 1 + test/widget_test.dart | 4 +- 19 files changed, 564 insertions(+), 60 deletions(-) create mode 100644 ios/Podfile create mode 100644 ios/Podfile.lock create mode 100644 lib/screens/google_map_screen.dart create mode 100644 macos/Podfile diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c8343d4..b099f59 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,10 @@ + + + + + + + + +