Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 13:35
0117f3e

New Features

  • added language switch and possibility to consume localization updates
  • made language switch work via InheritedWidget
  • added getter for available languages
  • persist user language preference for next app launch
  • expose onComplete in NStackOpenWidget and cleaner implementation of rebuild triggers

Bugfixes

  • run pub upgrade
  • run pub upgrade (#33 by johsoe)
  • minor hack to allow non initialised locales
  • mutate headers sent in app open
  • had to add a callback to when appOpen is done to trigger setState in Widget
  • added NStackOpenWidget
  • simple approach to persisting cached translations in case anything goes wrong with appOpen

Documentation Changes

  • Update README.md