Ranjit Makwana

Results 4 issues of Ranjit Makwana

androidActions = [ AndroidNotificationAction('halt', "Halt", cancelNotification: false), AndroidNotificationAction('end_trip', "End Trip", cancelNotification: false), ]; AndroidNotificationDetails androidPlatformChannelSpecifics = AndroidNotificationDetails( '101', 'basic_channel', importance: Importance.max, priority: Priority.high, playSound: true, enableVibration: true, enableLights: true, actions:...

### Required Reading - [x] Confirmed ### Plugin Version demo app ### Flutter Doctor ```shell demo app flutter ``` ### Mobile operating-system(s) - [x] Android - [ ] iOS ###...

E/MethodChannel#dexterous.com/flutter/local_notifications(32626): Failed to handle method call E/MethodChannel#dexterous.com/flutter/local_notifications(32626): java.lang.NullPointerException: Attempt to invoke virtual method 'int android.content.Context.checkPermission(java.lang.String, int, int)' on a null object reference E/MethodChannel#dexterous.com/flutter/local_notifications(32626): at androidx.core.content.ContextCompat.checkSelfPermission(ContextCompat.java:560) E/MethodChannel#dexterous.com/flutter/local_notifications(32626): at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.requestNotificationsPermission(FlutterLocalNotificationsPlugin.java:1890) E/MethodChannel#dexterous.com/flutter/local_notifications(32626): at...

Slider button is not working for below: ``` void _showSheet(BuildContext context) { showModalBottomSheet( context: context, isScrollControlled: true, // Allows sheet to grow // --- FIX PART 1: Disable native sheet...