iso 1.0.0 copy "iso: ^1.0.0" to clipboard
iso: ^1.0.0 copied to clipboard

An isolates runner that handles bidirectionnal communication. Run some code in an isolate and communicate with it

example/README.md

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
10
likes
130
points
2.61k
downloads

Publisher

unverified uploader

Weekly Downloads

An isolates runner that handles bidirectionnal communication. Run some code in an isolate and communicate with it

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

extra_pedantic, meta, pedantic

More

Packages that depend on iso