easy_notify 1.0.0
easy_notify: ^1.0.0 copied to clipboard
A Flutter package to simplify local notifications with scheduled, repeated, and instant support, plus CLI for auto configuration.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-07-12 #
🚀 Initial release #
- ✅ Supports instant, scheduled, and repeating notifications
- ⚙️ Adds auto Android permission injection (via CLI)
- 📦 Includes
install
command to patchAndroidManifest.xml
andMainActivity.kt
- 🔋 Handles Android 13+ exact alarm and battery optimization permissions
- 🧠 Smart Kotlin method channel support for runtime permission handling