Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seperate the receiver for scheduled notifications, and the receiver for retaining notifications after a reboot in the readme #116

Closed
mikuhl-dev opened this issue Oct 26, 2018 · 2 comments

Comments

@mikuhl-dev
Copy link

I was wracking my brain why my scheduled notifications weren't showing up, but its because you NEED <receiver android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationReceiver" /> in the AndroidManifest.xml. I skipped over this part because I didn't require notification schedules to be retained after a reboot. (I only needed to delay notifications up to a minute, they would be irrelevant after a reboot.) So separating the two cases would be helpful.

@MaikuB
Copy link
Owner

MaikuB commented Oct 27, 2018

Can do

@MaikuB
Copy link
Owner

MaikuB commented Nov 10, 2018

Updated the README in 0.4.1 now. Thanks for the feedback

@MaikuB MaikuB closed this as completed Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants