internationalization 3.0.0 internationalization: ^3.0.0 copied to clipboard
A project to easily implement internationalization on flutter projects
[3.0.0] (June 11, 2020) #
-
New Features
- Removed BuildContext need
- Multi-files for location
- Configuration via pubspac.yaml
- Extension functions to traslate
- Codegen for translations
- Number format
- Date format
-
Removed Features
- Default locate
[2.0.0] (October 1, 2019) #
- Configurations via yaml file
[1.2.0] (Agust 16, 2019) #
- Removed need to pass country code
[1.1.0+1] (Agust 16, 2019) #
- README example for named interpolation
[1.1.0] (Agust 16, 2019) #
- Added suport for named interpolation
[1.0.1] (Agust 6, 2019) #
- Null safety for locales
[1.0.0+1] (July 27, 2019) #
- Refactor code
[1.0.0] (July 25, 2019) #
- Initial release