Miscellaneous small-ish bits of Dart code that cannot run
on the web/JavaScript platform. It's mostly for my own
use, but you're welcome to it. This was split off from jovial_misc
,
to make it clear in the pub.dev
listing that the rest works fine on JS.
Offered under
the MIT license.
Created from templates made available by Stagehand under a BSD-style license.
Usage
See the individual libraries for usage examples.
Features and bugs
Please file feature requests and bugs at the issue tracker.
Libraries
- io_utils_native
- A small library that was split off of
io_utils
when Flutter on the browser became more mature. The small utility class in this library depends ondart.io
, so it was split off into this "native-only" library so thatio_utils
wouldn't need to depend ondart.io
. - isolate_stream
- Support for running a generator function in a separate Isolate, with flow control.