Vanethos / flutter_notification_permissions

Plugin for Flutter to check and ask for Notification Permissions
BSD 2-Clause "Simplified" License
81 stars 72 forks source link

Fix/38 android embedding v2 #40

Closed ened closed 3 years ago

ened commented 3 years ago

Closes #38.

Testing instructions:

In pubspec.yaml, use dependency_overrides and point as follows:

  notification_permissions:
    git:
      url: https://github.com/ened/flutter_notification_permissions.git
      ref: e9f865aab5738f46f480c1f6d05cb9f0476e3855 # fix/38-android-embedding-v2
dpedrinha commented 3 years ago

I can confirm the warning is gone and that it still works on my project.