This is an example of a simple Flutter application that can display localized strings in several supported locales. It uses dart:intl_translation
for extracting localized strings from code and for generating the localization-loading classes.
This is intended as a testbed for any efforts to integrate Fuchsia's Gerrit with a translation pipeline.
fx set workstation.chromebook-x64 --with //src/experiences/examples/localized_flutter fx build
To run unit tests
fx set workstation.<BOARD> --with //src/experiences:tests fx run-host-tests localized_flutter_app_unittests