Installation & Setup
Development Environment Setup
- Flutter SDK (Above v.1.20)
- Run flutter upgrade to upgrade your flutter sdk to latest stable release
- Android SDK (minimum Api-17)
- iOS SDK (minimum v9.0)
- Set Minimum OS Version to 9.0 in ./ios/Flutter/AppFrameworkInfo.plist
- Uncomment Platform : iOS 9.0 in ./ios/Podfile
- Ensure that ios/Podfile contains the following post-install script as https://stackoverflow.com/a/64075795/13152213