Skip to content

v3.6.0

Compare
Choose a tag to compare
@vanlooverenkoen vanlooverenkoen released this 12 Oct 11:15
9f475a6

[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.