Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.07 KB

1.4.1

  • (#31) fix duplicated onLaunch onResume
  • (#37) add possibility to disable firebase core

1.4.0

  • (#32) add unregister method
  • (#24) add support for foreground alerts
  • (#15) add support for actions

1.3.1

  • documentation & project structure cleanup

1.3.0

  • upgraded firebase to 7.0.0

1.2.0

  • upgraded firebase to 6.0.16 IMPORTANT! New version requires setting UNUserNotificationCenterDelegate. Check the readme.

1.1.0

  • merged mway-io#11 - make sure that you are handling isDisabledByUser == null
  • upgraded firebase to 6.0.9

1.0.5

1.0.4

  • fixed iOS 13 bug with decoding token from NSData

1.0.3

  • added background messaging support oon Android
  • added workaround for flutter 1.7

1.0.2

  • fixed compilation error when using dynamic frameworks
  • upgraded dependencies

1.0.1

  • fixed compilation error with newer flutter version
  • implemented method swizzling which will prevent firebase plugin from registering

1.0.0

  • First release.