Skip to content

v1.1.0

Pre-release
Pre-release

Choose a tag to compare

@RuLevyDev RuLevyDev released this 08 Nov 13:44
· 31 commits to main since this release

Release v1.1.0

This is the first stable version of the background_task_optimizer package. It allows you to efficiently run resource-intensive tasks using isolates and provides support for:

  • Running operations in the background isolates to avoid blocking the main thread.
  • Support for operations with timeouts and retries.
  • Optional performance profiling for task execution.

Features:

  • Execute expensive operations in isolates to keep the main thread responsive.
  • Configurable timeout support for operations.
  • Retry logic with exponential backoff in case of failures.

Requirements:

  • Flutter 1.17.0 or higher.
  • Dart 3.7.0 or higher.

Thanks for using background_task_optimizer! 😊 ︻デ═一

Full Changelog: https://github.com/RuLevyDev/background_task_optimizer/commits/v1.1.0