-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: http post android unhandled exception
upgraded gradle, replaced flutter_config with dotenv, use --dart-define for google_maps key for now
- Loading branch information
Showing
31 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/Flutter.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/GoogleMaps.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/Pods-RunnerTests.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/app_settings.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/apple_maps_flutter.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/flutter_config.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/flutter_native_splash.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/geolocator_apple.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/google_maps_flutter_ios.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/in_app_review.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/package_info_plus.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/path_provider_foundation.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/quick_actions_ios.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/share_plus.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
...oid/build/ios/Pods.build/Release-iphonesimulator/shared_preferences_foundation.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/url_launcher_ios.build/dgph
Binary file not shown.
Binary file added
BIN
+103 Bytes
android/build/ios/Pods.build/Release-iphonesimulator/webview_flutter_wkwebview.build/dgph
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
android.defaults.buildfeatures.buildconfig=true | ||
android.nonTransitiveRClass=false | ||
android.nonFinalResIds=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Aug 25 05:00:01 EDT 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters