Skip to content

Releases: gojek/courier-flutter

0.1.0

Choose a tag to compare

@deepanshu42 deepanshu42 released this 18 Nov 10:03
d28839d

What's Changed

  • task: move plugin method execution to background thread by @alvarisi in #22

New Contributors

Full Changelog: 0.0.18...0.1.0

0.0.19

Choose a tag to compare

@deepanshu42 deepanshu42 released this 18 Nov 04:28
d28839d

What's Changed

  • task: move plugin method execution to background thread by @alvarisi in #22

New Contributors

Full Changelog: 0.0.18...0.0.19

0.0.18

Choose a tag to compare

@alfianlosari alfianlosari released this 05 Jan 06:28
  • Fix Invalid reasonType in MQTT Connect Discarded Courier Event

0.0.17

Choose a tag to compare

@alfianlosari alfianlosari released this 20 Dec 07:05

Fix invalid mapping for connection info in CourierEvent

0.0.16

Choose a tag to compare

@alfianlosari alfianlosari released this 30 Oct 05:52

Bump Dio dependency back to ^5.3.3

0.0.15

Choose a tag to compare

@alfianlosari alfianlosari released this 30 Oct 05:48

A special version that uses Dio 4.0.1 with onAuthFailure method in AuthProvider interface

0.0.14

Choose a tag to compare

@alfianlosari alfianlosari released this 20 Oct 03:23
  • provide onAuthFailure method in AuthProvider interface

0.0.13

Choose a tag to compare

@alfianlosari alfianlosari released this 20 Oct 03:23
  • Bump dio to ^5.33.0

0.0.12

Choose a tag to compare

@alfianlosari alfianlosari released this 31 Aug 06:52
  • Update StreamController in EventHandler to use Broadcast to avoid Fatal Exception Bad state: Stream has already been listened to

0.0.11

Choose a tag to compare

@alfianlosari alfianlosari released this 20 Jul 06:04
  • Add optional MessageAdapter param for messageStream and publish If this is passed, it will use it to decode/encode the data, otherwise it will use the messageAdapters passed when initializing `CourierClient``