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:
OS level notifications settings:
If you want to disable push notifications for the user, use Notifications. setPushNotificationsEnabled(false) . When push notifications are disabled, you still can query for GetSocial Notifications via data API. To enable push notifications use Notifications.
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"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With