Skip to content

Releases: impaktfull/flutter_locale_gen

v3.6.1

12 Oct 11:22
Compare
Choose a tag to compare

[3.6.1] - 2021-10-12

  • Issue where an exception was thrown even when it was not needed.

v3.6.0

12 Oct 11:15
9f475a6
Compare
Choose a tag to compare

[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

06 Oct 12:05
Compare
Choose a tag to compare

[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

07 May 09:26
Compare
Choose a tag to compare

Fixed

  • the default language generation
  • the supported language list generation

v3.4.0

06 May 12:00
Compare
Choose a tag to compare

Added

#45 suport for country codes & languages

v3.3.0

07 Apr 13:11
Compare
Choose a tag to compare

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

31 Mar 07:55
ca3c1f5
Compare
Choose a tag to compare

Fixed

  • #43 Newline documentation issue

v3.2.0

30 Mar 13:00
27ec4a7
Compare
Choose a tag to compare

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

27 Mar 21:28
37fa3a4
Compare
Choose a tag to compare

Added

-#34 Support for skipping a locale at runtime. example: only use dutch in alpha but not in beta & production

v3.0.0

06 Mar 10:01
250a032
Compare
Choose a tag to compare

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