Michael Bui
Michael Bui
> A quick note on this, I tried to balance the repetitiveness against the idea that each of these guides can be standalone. There's a lot of setup and configuration...
Thanks I'll take a look when I can do so. Regarding changelogs, that is something I can deal as part of resolving merge conflicts. With that in mind, if your...
Closing this as the purpose of the example app was to demonstrate usage of the plugin in general and should be adaptable to various identity providers provided they implement OAuth...
@cruvie This isn't a bug but an issue with the code in your app and is actually working as expected. Since you call `await MgrLocalNotification.init();` before `runApp(const MyApp());`, the logic...
Resource shrinking being enabled is default/standard/best practices so really shouldn't be off. It's part of the optimisation process in generation release builds. There was a [section](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications#release-build-configuration) the setup guide around...
For those that say that they are facing this issue, check to ensure you have done all the configuration mentioned in the readme. If you have done so and still...
@itsatishay the configuration needed is in the readme. You'll need to provide a link to repo hosting a minimal app that can reproduce the issue. I've asked in other threads...
Closing since OP hasn't replied back. Feel free to re-open if you can provide a link to repo
FYI I've merged in https://github.com/MaikuB/flutter_local_notifications/pull/2373 that bumps the minimum Flutter SDK requirement to 3.13. From my understanding, this uses Dart 3.1. The other breaking changes I mentioned I was going...
> Oh, good to know about the breaking sdk change, I was afraid that would be a blocker. What motivated that? Just curious. To make the plugin easier to maintain....