Documentation

Documentation

Did You Know?

Installation & Setup

Development Environment Setup

  1. Flutter SDK (Above v.1.20)
    • Run flutter upgrade to upgrade your flutter sdk to latest stable release
  2. Android SDK (minimum Api-17)
  3. 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