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
110
pub points
68%
popularity

Publisher

unverified uploader

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