event_scheduler 1.0.0
event_scheduler: ^1.0.0 copied to clipboard
description: A cross-platform event scheduling package for Flutter with support for time-based, count-based, and recurring triggers.
Changelog #
0.0.1 - 2025-06-03 #
- Initial release of the Event Scheduler package.
- Core components introduced:
- Scheduler builder
- Scheduler configuration
- Scheduler execution logic
- Added first example application.
- Added initial unit tests.
- Included pubspec, README, and license files.
- Initial release of Event Scheduler package
- Features:
- Time-based event triggers
- Count-based event triggers
- Recurring events support
- Customizable intervals
- Maximum recurrence limits
- End time support
- State management
- Builder pattern implementation
- Added comprehensive API documentation
- Added example applications
- Added unit tests
- Added MIT license
0.0.2 - 2025-06-10 #
- library-level doc comment is now valid
0.0.3 - 2025-06-10 #
- Some updates
1.0.0 - 2025-07-24 #
- Some test