Closed ened closed 3 years ago
Closes #38.
Testing instructions:
In pubspec.yaml, use dependency_overrides and point as follows:
dependency_overrides
notification_permissions: git: url: https://github.com/ened/flutter_notification_permissions.git ref: e9f865aab5738f46f480c1f6d05cb9f0476e3855 # fix/38-android-embedding-v2
I can confirm the warning is gone and that it still works on my project.
Closes #38.
Testing instructions:
In pubspec.yaml, use
dependency_overrides
and point as follows: