iso 1.0.0 iso: ^1.0.0 copied to clipboard
An isolates runner that handles bidirectionnal communication. Run some code in an isolate and communicate with it
Iso examples #
Dart examples #
- Simple: basic examples
- Counter: a simple counter that runs in an isolate
- Http server: an http server that runs in an isolate
- Messaging: shows how to send messages of different types from the isolate
- Error: shows error handling
Flutter examples #
- Isolate worker: shows how to run a worker in an isolate to download files with a progress indicator
- Geojson: examples of parsing geojson in the background (lib code)
- Isohttpd: run an http server in an isolate