fluent_localization 1.6.0
fluent_localization: ^1.6.0 copied to clipboard
Package that allows you to set up and use translations in an easy and quick way
1.6.0 #
- Feature: Added a built-in code generator for type-safe localization keys.
- Feature: Support for typed arguments in generated keys (e.g.,
context.loc.hello(name: 'John')). - Refactor: Replaced
printanddebugPrintwithLoggerApifor better integration with the toolkit. - Optimization: Applied micro-optimizations to the JSON loading process.
1.5.0 #
- optimize json parsing
- string interpolation optimization
- runtime optimization
- Return empty map of string when locale file does not exists
- Added nested strings and format arguments functionality
1.4.0 #
...