Zoomore is an app to turn static images into dynamic gifs!
- Flutter
./bin/flutter-prebuild.shOnly run once to generate some assets- Either run Android or IOS
flutter run androidflutter run ios
./bin/flutter-prebuild.sh- Make sure the
android/key.propertiesexists- (See
android/key.properties.EXAMPLEfor an example) - Must have
keystorefile, a private key file needed to sign app
- (See
flutter build appbundle- go to https://play.google.com/console/
./bin/flutter-prebuild.sh- Make sure the
keys are added to XCode flutter build ipathis generates thebuild/ios/archive/Runner.xcarchiveproject- Open
build/ios/archive/Runner.xcarchivein XCode, then distribute app to appstore - Goto https://appstoreconnect.apple.com/apps to view Apps
- iPhone 6.5" Display = iPhone 12 Pro Max
- iPhone 5.5" Display = iPhone 8 Plus, iPhone 7 Plus
- iPad Pro (3rd Gen) 12.9" Display = iPad Pro (5th Gen)
- iPad Pro (2nd Gen) 12.9" Display = iPad Pro (5th Gen)
More sizes here: https://stackoverflow.com/a/25759231/2419584

