Money1998 / custom_apnsX

A new Flutter project for IOS Notification using apns token
GNU General Public License v3.0
0 stars 10 forks source link

remove flutter_local_notifications dep #1

Open MobiliteDev opened 1 year ago

MobiliteDev commented 1 year ago

In pubspec.yaml, you have flutter_local_notifications dependency.

But this package seems to no be used in the project.

Is it possible to remove this dep and publish a new version of this package on pub.dev ?

Thank you

YashSavsani commented 3 months ago

@MobiliteDev @Money1998

Yes, me too facing similar issue while getting dependencies.

Message on Pub get: Consider downgrading your constraint on flutter_local_notifications: flutter pub add flutter_local_notifications:^8.2.0

Any alternatives way to handle APNs Notifications routing?