tasky 1.0.0
tasky: ^1.0.0 copied to clipboard
Tasky simplifies managing Dart isolates for handling long-running tasks in Flutter. It offers priority-based task management, automatic isolate scaling, retries, and real-time progress updates. Keep y [...]
1.0.0 #
[1.0.0] - 2024-09-20
Initial Release Task Management: Introduced a robust task management system with priority-based queuing for optimal resource allocation. Isolate Management: Automated scaling of Dart isolates to efficiently handle long-running and resource-intensive tasks without blocking the main thread. Retry Mechanism: Implemented automatic retries for failed tasks to enhance reliability and minimize user disruption. Progress Updates: Added real-time progress updates to keep users informed about ongoing tasks, improving the overall user experience. Responsive Design: Ensured the app remains responsive while complex computations are processed in the background, enhancing performance.
Features Support for multiple concurrent tasks with adjustable priority levels. Customizable configurations for task execution and error handling. Simple API for easy integration into existing Flutter applications.