79448412

Date: 2025-02-18 13:29:18
Score: 1.5
Natty:
Report link

I don't know the flutter_local_notifications plugin but the doc says you have to ask for permission like this:

FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin(); flutterLocalNotificationsPlugin.resolvePlatformSpecificImplementation< AndroidFlutterLocalNotificationsPlugin>().requestNotificationsPermission();

The doc : https://pub.dev/packages/flutter_local_notifications#requesting-permissions-on-android-13-or-higher

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JTO Informatique