easy_notifications 1.0.3
easy_notifications: ^1.0.3 copied to clipboard
A Flutter plugin for easy local notifications with focus on security, privacy and compliance.
Changelog #
1.0.3 #
- Fixed androidAllowWhileIdle deprecation warning
- Updated to use androidScheduleMode instead
- Fixed notification scheduling on newer Android versions
- Updated dependencies to latest versions
1.0.2 #
- Added default notification icon configuration via AndroidManifest.xml
- Fixed notification initialization and permission handling
- Improved error handling for notification scheduling
- Removed invalid dispose call
- Updated documentation with Android setup instructions
1.0.1 #
- Fixed Android platform implementation
- Added proper plugin configuration
1.0.0 #
Initial release with SOC 2 compliance considerations.
Added #
- Secure notification handling system
- Cross-platform support (Android & iOS)
- Rich media notifications with local image processing
- Precise scheduling with timezone support
- Privacy-focused permission handling
- Comprehensive documentation
- Security best practices implementation
- Example application
- Unit and integration tests
Security #
- Implemented secure file handling
- Added permission management
- Integrated privacy-preserving logging
- Added data cleanup routines
0.0.1 #
- Initial development version (not released)