Skip to content

Releases: nstack-io/flutter-sdk

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Nov 11:12
61bdad2
fix: Format generated code (#43)

v0.5.0

Choose a tag to compare

@markusrubey markusrubey released this 08 Nov 10:08
b4f4e95

New Features

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

Documentation Changes

  • Update README.md

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 12:57
f6bc4fb

New Features

  • Add platformOverride in NStackAppOpen widget

Documentation Changes

  • Update README.md

v0.4.0

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

v0.2.5

Choose a tag to compare

@johsoe johsoe released this 22 Jul 10:35
bf246c2

Removed unneeded meta dependency

v0.2.4

Choose a tag to compare

@johsoe johsoe released this 22 Jul 09:53
a3a3365

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

v0.2.3

Choose a tag to compare

@johsoe johsoe released this 22 Jul 09:50
build: bumped version to 0.2.3

v0.2.2

Choose a tag to compare

@johsoe johsoe released this 15 Jul 13:29
cd7ca0d

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

v0.2.1

Choose a tag to compare

@markusrubey markusrubey released this 16 Apr 09:20
993304c
  • Fix: Only run NstackBuilder on nstack.json files

v0.2.0

Choose a tag to compare

@markusrubey markusrubey released this 12 Apr 06:00
32eeace
  • Null Safety Support