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 run IOS? **Read all the points carefully before doing anything
Install Xcode on your mac.
Open your ios folder in Xcode and select your developer team from Signin and capabilities.
Choose your team from GoogleSignin-Googlesignin and flutter_downloader-FlutterDownloaderDatabase from Pod->GoogleSignin-Googlesignin and Pod->flutter_downloader-FlutterDownloaderDatabase
You need to open a simulator. Run this command for open a simulator open -a simulator
Change the platform version according to your simulator version.
i) Goto your source_code->ios->Podfile add your ios simulator version.
Run this command fluter run.
More info https://docs.flutter.dev/get-started/install/macos

