Closed romarito closed 1 year ago
Hi @romarito,
I found a similar issue in the flutter_local_notification repository: https://github.com/MaikuB/flutter_local_notifications/issues/1879
It seems like you haven't done the entire Android setup.
Make sure to follow these steps: https://pub.dev/packages/alarm#android-installation-steps
If it still doesn't work, take a look at the flutter_local_notification steps: https://pub.dev/packages/flutter_local_notifications#-android-setup
Please let me know if it fixes your issue.
The coreLibraryDesugaring solution worked, only the 1.1.5 version, the latest one (2.0.3) did not on my test device with Android 7 (SDK 24).
Didn't this already have to be inserted in your plugin, is it the one that makes direct use of flutter_local_notifications? In any case, I suggest adding this instruction to the installation instructions.
Once again thank you for your attention and help.
Greetings!
Alarm plugin version 1.1.5
Hi Gautier,
I have been facing difficulties when inserting the Alarm package in my new project, to identify the problem I created a new default counter flutter application and inserted only Alarm, not another plugin in pubspec.yaml, and it gave the same error when creating one alarm :
I saw in closed issues that there was a conflict when flutter_local_notifications became version 14, is it not happening again now at the turn of 15?
Thanks!