Flutter app - Notification settings option

Viewed 2027

How do I create the notifications settings page in a flutter app? There is no official documentation regarding this.

Most mobile apps have a settings page where users can enable/disable specific types of notifications. How to integrate various notification options in Android and iOS settings? I am using this plugin https://pub.dev/packages/firebase_messaging

Here are some Notification settings samples:

enter image description here


OS level notifications settings:

enter image description here

1 Answers

the best solution i have it's when user click the button i take him to notification setting for the device

U can use a package for that like " open-settings"

Related