mwaylabs / flutter-apns

Flutter Plugin for Push notification servers
MIT License
144 stars 146 forks source link

firebase_messaging version #110

Open PFP887 opened 1 year ago

PFP887 commented 1 year ago

You have updated the version of firebase_messaging but no version has been pushed. Can you please make a new version of your package.

jaween commented 1 year ago

+1 I need updated Firebase dependencies due to other reasons, but I am also relying on this package.

In the meantime, until a new package is pushed you can point your pubspec.yaml dependency at GitHub instead of at pub.

Replace : flutter_apns: ^1.6.0

With:

flutter_apns:
  git:
    url: https://github.com/mwaylabs/flutter-apns/
    ref: master
    path: flutter_apns
chedwin41 commented 1 year ago

I also need this update in order to follow the last version of firebase. Can you please publish a new version ?