djangoflow_fcm 0.1.0+9 copy "djangoflow_fcm: ^0.1.0+9" to clipboard
djangoflow_fcm: ^0.1.0+9 copied to clipboard

A Djangoflow Flutter project to handle notifications using firebase_messaging

0.1.0+9 #

  • REFACTOR: update generated files. (b057a275)

0.1.0+8 #

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

0.1.0+7 #

  • REFACTOR: remove unused import. (a94c4f34)

0.1.0+6 #

  • REVERT: remove workaround for. (2171605b)

0.1.0+5 #

  • REFACTOR: update dependency. (0b68f0ce)

0.1.0+4 #

  • REFACTOR: update dependencies. (691d2a1d)

0.1.0+3 #

  • REFACTOR: update conditions for web getToken AbortError. (0980c1e2)

0.1.0+2 #

  • FIX(fcm): AbortError, no active Service Worker for web. (aabeb45d)

0.1.0+1 #

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

[0.1.0] - 15 June 2023 #

  • Updated dependencies and tests

[0.0.5] - 9 Feb 2023 #

  • Add DjangoflowFCMDeletePushToken event in order delete push token from device.

[0.0.4] - 23 Jan 2023 #

  • Support if notification tap opened app from terminated/background state via remoteMessageOpenedApp field.

[0.0.3] - 23 Jan 2023 #

  • Fixed returning authorizationStatus with token

[0.0.2] - 23 Jan 2023 #

  • Added unit tests
  • Fixed typo Intial to Initial in places
  • Updated dependencies

[0.0.1] - 15 Jan #

  • Implemented DjangoflowFCMBloc, Repository and BlocListeners(for Token and RemoteMessage updates)