Releases: impaktfull/flutter_locale_gen
Releases · impaktfull/flutter_locale_gen
v3.6.1
[3.6.1] - 2021-10-12
- Issue where an exception was thrown even when it was not needed.
v3.6.0
[3.6.0] - 2021-10-12
Fixed
- #53: Issue where a carriage return
\r
would generate invalid documentation
- #52: Unnecessary string interpolation for '$key' in
localization.dart
Added
- #39: Better generated documentation for arguments
- #56: Option to override the localizations. Pass a
LocalizationOverrides
to the LocalizationDelegate
.
Refreshing & managing the cached localizations should be done by the developer.
v3.5.0
[3.5.0] - 2021-10-06
Added
- locale that was used to initialize your Localization is now also included in
localization.dart
v3.4.1
Fixed
- the default language generation
- the supported language list generation
v3.4.0
Added
#45 suport for country codes & languages
v3.3.0
Added
- #48 useCaching configuration for fetching the json translation files
Fixed
- #46 default path variables (asset dir, local asset dir, output dir)
v3.2.1
Fixed
- #43 Newline documentation issue
v3.2.0
Added
-#42 Migrated strict mode code
-#42 Generate strict mode code
-#36 Added support generating documentation so you can see translations in your IDE
-#37 Added config option to configure which languages should be used for generating documentation code
v3.1.0
Added
-#34 Support for skipping a locale at runtime. example: only use dutch in alpha but not in beta & production
v3.0.0
Added
-#32 Nullsafety implementation. Support for flutter 2.0 & dart 2.12.0
Removed
-#32 nullsafe flag is removed because from this version we are targeting 2.12 which will use nullsafety by default