- Fixed broken link to flutter docs
- Added RemoteExecutionError, CancelExecutionError
- Allow workers to pull from queue on creation.
- Breaking change: The old instance factory method (
Computer()) has been replaced withComputer.shared() - You can now create new instances of the
Computerby usingComputer.create()this allows for specific instances for specific tasks groups
- Migrated to nullsafety
- Formatted source code according to dartfmt
- BREAKING:
areLogsEnabledrenamed toverbose - Added docs to public API
- Updated Readme
- Bumped minimum dart version to 2.4.0
- Added new tests
- Fixed typos & turnOn()
- Added README, fixed pub package troubles
- Published package