Skip to content

Releases: noxasch/flutter_app_widget

v0.4.0

26 Apr 12:23
Compare
Choose a tag to compare

Feat

feat(android): forward layout id and name #26

Breaking Changes

  • configureWidget and updateWidget method no longer accept widgetLayout and accept layoutId instead
  • onConfigureWidget now accept 3 params (widgetId, layoutId, layoutName)

v0.3.1

26 Apr 06:30
8a69de6
Compare
Choose a tag to compare

Fix

  • fix widget updated multiple on every update trigger #25

v0.3.0

13 Dec 18:42
eaa067d
Compare
Choose a tag to compare

Feat

  • add support for android API 33
  • feat: added optional params for interface to accept androidPackageName (to support widget provider with different package name) #20

Test

test: update widget test
test(android): update integration test

v0.2.2

27 Sep 07:22
b434e08
Compare
Choose a tag to compare

Bug Fixes

  • fix(android): reloadWidgets to use initialized androidPackageName

v0.2.1

22 Sep 15:25
4f5ddd2
Compare
Choose a tag to compare

Bug Fixes

  • fix(android): onClickWidget callback should be widget independent

v0.2.0

21 Sep 12:18
Compare
Choose a tag to compare
  • rename interface into more generic
  • feat(android): support uri payload for onClick intent
  • fix: onClickWidget callback are now called properly

Breaking Changes

  • androidPackageName are no longer accepted in configureWidget and updateWidget method
  • onClickWidget callback now accept a string instead of Map

v0.1.1

18 Sep 15:46
Compare
Choose a tag to compare
  • perf(android): improve configure widget callback response
  • fix(android): fix reloadWidgets
  • fix(android): fix getWidgetIds
  • docs: update docs
  • docs: update example app

v0.1.0

17 Sep 20:50
Compare
Choose a tag to compare
  • Support flavored app #3
  • Fix update method (android) #5
  • finalized android params name

v0.0.4

15 Sep 22:43
Compare
Choose a tag to compare
  • implement handleConfigureAction android method

v0.0.3

15 Sep 21:22
Compare
Choose a tag to compare
  • add getWidgetIds api (Android)