PandaKom
PandaKom

Reputation: 11

How to Check and Enable "Allow In-App Notifications", "Notification Popups", and "Notification Sound" in Flutter?

I want to check and enable the following notification settings in my Flutter app:

  1. Allow In-App Notifications

  2. Notification Popups (Heads-Up Notifications)

  3. Notification Sound

What I’ve Tried:

Expected Behavior:

Platform Details:

Questions:

  1. How can I check if these settings are enabled in Flutter?

  2. If Flutter does not support this, how can I achieve this natively in Android (Kotlin) and iOS (Swift)?

  3. If it’s not possible to enable these settings programmatically, how can I redirect the user to the correct settings page?

Any guidance or code examples would be greatly appreciated. Thanks!

Upvotes: 0

Views: 34

Answers (0)

Related Questions