Zoomore
Zoomore is an app to turn static images into dynamic gifs!
Tech
- Flutter
Run Local
./bin/flutter-prebuild.sh
Only run once to generate some assets- Either run Android or IOS
flutter run android
flutter run ios
Android - Deployment
./bin/flutter-prebuild.sh
- Make sure the
android/key.properties
exists- (See
android/key.properties.EXAMPLE
for an example) - Must have
keystore
file, a private key file needed to sign app
- (See
flutter build appbundle
- go to https://play.google.com/console/
Release to Internal Testers
iOS - Deployment
./bin/flutter-prebuild.sh
- Make sure the
keys are added to XCode
flutter build ipa
this generates thebuild/ios/archive/Runner.xcarchive
project- Open
build/ios/archive/Runner.xcarchive
in XCode, then distribute app to appstore - Goto https://appstoreconnect.apple.com/apps to view Apps
iOS - Images
- 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