process_loop 0.0.2 copy "process_loop: ^0.0.2" to clipboard
process_loop: ^0.0.2 copied to clipboard

Runs a looping process. Get a stream of stout is obtained from the process.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add process_loop

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  process_loop: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:process_loop/process_loop.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Runs a looping process. Get a stream of stout is obtained from the process.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on process_loop