cancelable_compute 2.0.0
cancelable_compute: ^2.0.0 copied to clipboard
Flutter-based compute operation that can be canceled with either null or a specific value.
2.0.0 #
- Update SDK constraints to
>=3.0.0 <4.0.0. - Internal changes & sync with Dart
Isolate.run.
1.3.0 #
- Internal changes & sync with Flutter
compute.
1.2.0 #
- Updated web implementation.
- Update SDK constraints to
>=2.14.0 <3.0.0. - Update
testpackage constraints to^1.18.0.
1.1.1 #
- Update meta.
1.1.0 #
- Add a
dataparameter toComputeOperation<R>.cancel().
1.0.2 #
- Moving from pedantic to lints package.
1.0.1 #
- Update meta.
1.0.0 #
- Initial version.