← all publishers

manojkulkarni30

@manojkulkarni30 source repo

1 published skill

  1. Flutter Local Notifications · manojkulkarni30 bundle
    Implement local (on-device, non-push) notifications in a Flutter app using the flutter_local_notifications package — covers setup, Android/iOS platform config, permission requests, showing instant notifications, scheduling future/recurring notifications (reminders, due dates, alarms), notification channels, and troubleshooting (notifications not firing, exact alarms on Android 12+, iOS foreground presentation). Use this whenever the user wants to add reminders, scheduled alerts, due-date notifications, or "notify me at X time" behavior to a Flutter app, even if they don't name the package directly — e.g. "remind the user when a todo is due", "send an alert 10 minutes before the event", "notification isn't showing on my Android emulator". Do NOT use for Firebase Cloud Messaging / push notifications from a server — that's a different package (firebase_messaging) and a different setup.
    0
    installs