tree: e0114e63def7d64ca502243f69f0485d465a0e99 [path history] [tgz]
  1. lib/
  2. Makefile
  3. pubspec.yaml
  4. README.md
pkgs/intl_translation/example/README.md

What's this?

This is an example to demonstrate the output from bin/generate_from_arb.dart.

You can see the example generated code in lib/generated.

Note that the Dart code using the Intl messages - lib/example_messages.dart - is atypical Dart code. It exists just to have references to the Intl.message messages from the lib/messages ARB files, so the generator will output the cooresponding messages in lib/generated.

Re-generating the example code

  • cd example
  • make