remindly 1.0.1
remindly: ^1.0.1 copied to clipboard
A simple Flutter package to schedule notifications for a selected date and time.
β° 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 |
|---|---|
![]() |
![]() |
(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" />

