Github Contribution Viewer
For help getting started with Flutter, view our online documentation.
flutter pub pub run flutter_launcher_icons:main
git checkout ios/Runner.xcodeproj/project.pbxproj
git commit -a -m "Update icon image for iOS and Android"
# Build for Develop
flutter build ios --flavor Development --release
flutter build ios --flavor Development --debug
# Build for Staging
flutter build ios --flavor Staging --release
flutter build ios --flavor Staging --debug
# Build for Production
flutter build ios --flavor Production --release
flutter build ios --flavor Production --debug