
This auto-formats all *.dart files in the repository outside of the `engine` subdirectory and enforces that these files stay formatted with a presubmit check. **Reviewers:** Please carefully review all the commits except for the one titled "formatted". The "formatted" commit was auto-generated by running `dev/tools/format.sh -a -f`. The other commits were hand-crafted to prepare the repo for the formatting change. I recommend reviewing the commits one-by-one via the "Commits" tab and avoiding Github's "Files changed" tab as it will likely slow down your browser because of the size of this PR. --------- Co-authored-by: Kate Lovett <katelovett@google.com> Co-authored-by: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com>
a11y_assessments
This app is used for internal testing.
Release a new version for Android
pre-requisite: This can and should only be done by a googler and you must also be in the flutter.dev play console account.
-
Follow https://docs.flutter.dev/deployment/android to create a keystore file if you don't already have one.
-
Bump the pubspec.yaml version
-
Create a key.properties file in
android/
directory following this format.
storePassword=<password>
keyPassword=<password>
keyAlias=upload
storeFile=<keystore path>
- Run
flutter build appbundle
and upload the artifact to play console
Release a new version for iOS
pre-requisite: This can and should only be done by a googler and you must also be in the FLUTTER.IO LLC developer account with iOS distribution permission.
- Bump the pubspec.yaml version
- Run
flutter build ipa
and upload the artifact to app store using transporter or other tools. For more information, see https://docs.flutter.dev/deployment/ios. - Once the app is in TestFlight, add appropriate testers to the app so they can start testing.