fb58b6cd9f
* fixed fvm path typo * Update pubspec.yaml * version control pubspec.lock * fixed ios build * deleted `ExpandableSectionList` * removed redundant default cases * avoided async gaps * replaced deprecated color value getter * `WillPopScope` -> `PopScope` * removed theme deprecations * replaced text scale deprecation * updated goldens * updated flutter version across workflows * [android] migrated to the new gradle * upgraded dependencies * [android] fixed build * [ios] fixed build * updated config * allow release notes to fail * updated stub pubspec * [android] use java 17 * [ios] enable flutterfire * added firebase.json to secrets * typo * update color utils * use exact versions * reverted color utils * updated goldens |
||
---|---|---|
.. | ||
assets | ||
generated | ||
models | ||
scripts | ||
utils | ||
convert_to_store_screenshots.dart | ||
generate_screenshots.dart | ||
README.md |
Screenshots
The easiest way to create several sets of identical screenshots for Android and iOS is to generate them instead of taking them manually. Generating screenshots will save time and effort while also providing a consistent output.
Context
As a user I want to see the most relevant screenshots in the store, so that I can see the actual state of the app.
Screenshot cases
-
Metering screen
- Reflected light metering mode*
- Incident light metering mode* **
- Opened ISO picker
-
Settings screen
- Just the screen
-
Equipment profiles screen
- Just the screen
- Opened equipment profile ISO picker
-
Timer screen
- Just the screen
*also in dark mode
**Android only
Run the generator
Release screenshots will be stored in the screenshots/generated/<platform>/ folder.
Raw screenshots will be stored in the screenshots/generated/raw/<platform>/ folder.
Generate raw screenshots
Android
sh screenshots/generate_android_screenshots.sh
iOS
Apple requires screenshots a specific list of devices, so we can implement a custom generator to cover all those devices.
Can be run on Simulator.
sh screenshots/generate_ios_screenshots.sh
Apply store constraints and text data
sh screenshots/scripts/convert_to_store_screenshots.sh
List of devices
Android
- Pixel 6
iOS
- iPhone 13 Pro
- iPad Pro (12.9-inch) (6th generation)