i69n 3.2.1
i69n: ^3.2.1 copied to clipboard
Simple internationalization tool for Dart and Flutter, based on YAML files and source code generation.
3.2.1 #
- Support for
buildpackage>=3.0.0
3.2.0 #
- Added global configuration support for
nomapandnotraverseflags viabuild.yaml - New
notraverseflag to control dot notation access (messages['nested.message']) - Local override support: use
map/traverseflags to override globalnomap/notraversesettings - Enhanced test coverage for new functionality
3.1.0 #
- Bump the min sdk to
3.6.0 - Update
dart_styleconstraint to^3.0.0 - Updated other dependencies
3.0.0-alpha.1 #
- support for custom types and custom imports
- added docs for region support
2.1.0 #
- new 'prenullsafe' flag, which generate 'pre null safe' Dart code ('String' instead of 'String?')
2.0.2 #
- new nothrow flag
2.0.1 #
- Nullsafe README
2.0.0 #
- Nullsafe release
2.0.0-nullsafety.2 #
- Update dependencies
2.0.0-nullsafety.1 #
- migration to null safety
1.1.0 #
- polishing, fine-tuning, release
1.0.0 #
- possibility to customize generator behaviour with flags
- map operator is now generated only for objects with 'map' flag
0.5.0 #
- even more pedantic friendly - resolved all warnings
0.4.0 #
- pedantic friendly - both project source files and generated messages
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.