i69n 0.3.0 i69n: ^0.3.0 copied to clipboard
Simple internationalization tool for Dart and Flutter, based on YAML files and source generation.
0.3.0 #
- more benevolent dependencies (for web use angular: 5.3.1)
0.2.0 #
- Upgrade to Dart 2.5.1 and build_runner 1.7.1
- added possibility to access messages with string keys, not only Dart identifiers (i.e.
m['generic.ok']
) - output is formatted with Dartfmt
0.1.0 #
- Seems good, let's move up
0.0.2 #
- More README
0.0.1 #
- Initial version, created by Stagehand
- Just getting started.