Crash on Start #146

Closed
opened 2026-05-22 10:33:43 +00:00 by guettli · 0 comments
guettli commented 2026-05-22 10:33:43 +00:00 (Migrated from codeberg.org)

App Version: unknown
Platform: android S1RXS32.50-13-25

Error:

MissingPluginException(No implementation found for method initialize on channel dexterous.com/flutter/local_notifications)

Stack Trace:

#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:364)
<asynchronous suspension>
#1      AndroidFlutterLocalNotificationsPlugin.initialize (package:flutter_local_notifications/src/platform_flutter_local_notifications.dart:148)
<asynchronous suspension>
#2      initNotifications (package:sharedinbox/core/services/notification_service.dart:12)
<asynchronous suspension>
#3      main.<anonymous closure> (package:sharedinbox/main.dart:39)
<asynchronous suspension>

Additionally Burton "create issue failed" see screenshot.


Before fixing, ensure there are tests which detect that before publishing to PlayStore.

Then fix both issues

App Version: unknown Platform: android S1RXS32.50-13-25 Error: ``` MissingPluginException(No implementation found for method initialize on channel dexterous.com/flutter/local_notifications) ``` Stack Trace: ``` #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:364) <asynchronous suspension> #1 AndroidFlutterLocalNotificationsPlugin.initialize (package:flutter_local_notifications/src/platform_flutter_local_notifications.dart:148) <asynchronous suspension> #2 initNotifications (package:sharedinbox/core/services/notification_service.dart:12) <asynchronous suspension> #3 main.<anonymous closure> (package:sharedinbox/main.dart:39) <asynchronous suspension> ``` Additionally Burton "create issue failed" see screenshot. --- Before fixing, ensure there are tests which detect that before publishing to PlayStore. Then fix both issues
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#146