iso 0.2.3
iso: ^0.2.3 copied to clipboard
An isolates runner that handles bidirectionnal communication. Run some code in an isolate and communicate with it
Changelog #
0.2.3 #
- Downgrade to meta 1.1.6 for Flutter stable compatibility
- Use pedantic for static analysis
0.2.2 #
Prevent killing terminated isolate
0.2.1 #
- Fix in isolate dispose
- Make the kill method private
0.2.0 #
- Minor fixes and some api changes
- Improve examples
- Add tests
0.1.0 #
Initial release