icapps_translations 11.0.0 icapps_translations: ^11.0.0 copied to clipboard
Dart tool to generate flutter translations code from the icapps translations tool
Changelog #
[10.0.0] - 2023-01-16 #
BREAKING CHANGE!!
- After some time of using the new locale_gen package. It made our lifes harder than before. For now we reverted the .of(context) removal
- singleton implementation Other changes like sprintf, plurals and dependency updates are still in place.
[9.0.0] - 2022-10-03 #
[8.0.0] - 2022-09-26 #
Breaking #
- Version bump to locale_gen 8.0.0
- Arguments are now formatted using the sprintf package. This means %d now refers to integers only. Use %f to format doubles, you can also use some format specifiers, eg: (%.2f will show 2 decimals)
- This means that the sprintf package must be added to the pubspec.yaml (at least ^6.0.2)
Added #
- Support for plurals had been added, see the readme on how to use them
Updated #
- Dependencies
[7.0.0] - 2022-09-23 #
Breaking #
- Removed the need of passing a context to get translations. Migration steps are described in the readme.
[5.2.0] - 2022-01-10 #
Added #
- Adding project_id to the pubspec.yaml file will use the new translations tool
[5.2.0] - 2021-12-17 #
Updated #
- Added support for the new translation tool project_id: 'project id' #To use the new translations tool, enter the project id here
[4.6.0] - 2021-10-12 #
[4.1.0] - 2021-03-26 #
Added #
-#30 Support for skipping a locale at runtime. example: only use dutch in alpha but not in beta & production (locale_gen)
- Version bump dependencies
[4.0.0] - 2021-03-04 #
[3.0.5] - 2020-10-06 #
Fixed #
-#24: error when using locale_asset_path in combination with the icapps_translations package (fixed in locale_gen)
[3.0.0] - 2020-10-03 #
REFACTOR #
-Full rewrite. Uses locale_gen as a base packge so the logic is only stored in locale_gen. (locale_gen is the offline alternative)
[1.0.0] - 2020-02-10 #
Added #
-Added support for getting the Localization.keys -Added support for getting a translation by key and args