⏰ Local Notification Scheduler

A simple Flutter package to schedule local notifications at a specific date and time.

πŸ“†πŸŽ― Pick a Date and Time ➑️ Show Notification


πŸš€ Features

βœ… Date & Time Scheduling

βœ… Time Zone Support

βœ… Cancel Single or All Notifications

βœ… Simple API

βœ… Fully Customizable


πŸ“Έ Screenshots

Date Picker Time Picker
Date Picker Time Picker

(Replace the above image links with your actual screenshots)


πŸ› οΈ Installation

Add this to your pubspec.yaml:

dependencies:
  local_notification_scheduler: ^1.0.0

```xml
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />