Active eCommerce Flutter App Documentation
- How to run Flutter Application in Android Studio?
- How to configure the App according to your setup?
- How to change the package name ?
- How to Build the app for testing (build an apk) ?
- How to generate play store uploadable files for release?
- How to run IOS? **Read all the points carefully before doing anything
- How to generate app store uploadable files?
- How to update for android? **Read all the points carefully before doing anything
- How to configure social login?
- How to configure push notification?
- How to configure google map? (Read the whole thing before implementing)
- How to configure the default language for mobile apps?
- How to configure multiple languages for mobile app? (Read the whole thing before implementing)
- How to remove cache data.
How to configure google map? (Read the whole thing before implementing)
1. Go to https://console.developers.google.com/ and generate api keys separately for ios and android. No restrictions are needed
1. In lib/other_config.dart make, use google map = true and put google map api key
2. In main AndroidManifest.xml put the map api key
3.For ios follow this https://blog.logrocket.com/adding-google-maps-to-a-flutter-app/#addinggooglemapstoflutterios
4. Enable android and ios api. These are free.
5. In the customer app we are searching location via text .And while setting pin to location taking information from the location. For these we would need these apis enabled. Unfortunately these api are not free, you will need to add card.If you do not want to spend money you cannot use google map in the customer app

