tree: d944fd7711376cb26c14d4560d825f010c5130f3 [path history] [tgz]
  1. lib/
  2. meta/
  3. test/
  4. analysis_options.yaml
  5. BUILD.gn
  6. OWNERS
  7. pubspec.yaml
  8. README.md
examples/localized_flutter_app/README.md

Localized Mod

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.

Building

fx set workstation.chromebook-x64 --with //src/experiences/examples/localized_flutter_app
fx build

Testing

To run unit tests

fx set workstation.<BOARD> --with //src/experiences:tests
fx run-host-tests localized_flutter_app_unittests