slang 2.2.0
slang: ^2.2.0 copied to clipboard
Localization / Internationalization (i18n) solution. Use JSON, YAML or CSV files to create typesafe translations via source generation.
2.2.0 #
- feat: locale can be moved from file name to directory name (e.g.
i18n/fr/page1_fr.i18n.jsontoi18n/fr/page1.i18n.json)
2.1.0 #
- feat: add
slang.yamlsupport which has less boilerplate thanbuild.yaml - fix: move internal
build.yamlto correct package
2.0.0 #
Transition to a federated package structure
- Breaking: rebranding to
slang - Breaking: add
slang_build_runner,slang_flutterdepending on your use case - Breaking: remove
output_file_pattern(was deprecated) - feat: dart-only support (
flutter_integration: false) - feat: multiple package support
- feat: RichText support
Thanks to @fzyzcjy.
You can read the detailed migration guide here.