Skip to content

Releases: nstack-io/flutter-sdk

v0.5.1

18 Nov 11:12
61bdad2
Compare
Choose a tag to compare
fix: Format generated code (#43)

v0.5.0

08 Nov 10:08
b4f4e95
Compare
Choose a tag to compare

New Features

  • Web support
  • Simplified app open and init() and made it be called implicitly

Documentation Changes

  • Update README.md

v0.4.1

15 Sep 12:57
f6bc4fb
Compare
Choose a tag to compare

New Features

  • Add platformOverride in NStackAppOpen widget

Documentation Changes

  • Update README.md

v0.4.0

14 Sep 13:35
0117f3e
Compare
Choose a tag to compare

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

v0.2.5

22 Jul 10:35
bf246c2
Compare
Choose a tag to compare

Removed unneeded meta dependency

v0.2.4

22 Jul 09:53
a3a3365
Compare
Choose a tag to compare

chore: Downgraded to meta: 1.3.0 to satisfy stable channel flutter_test errors

v0.2.3

22 Jul 09:50
Compare
Choose a tag to compare
build: bumped version to 0.2.3

v0.2.2

15 Jul 13:29
cd7ca0d
Compare
Choose a tag to compare

Minor fix for postponing the real fix which is nstack-server to support 'flutter' as a valid platform

v0.2.1

16 Apr 09:20
993304c
Compare
Choose a tag to compare
  • Fix: Only run NstackBuilder on nstack.json files

v0.2.0

12 Apr 06:00
32eeace
Compare
Choose a tag to compare
  • Null Safety Support