streamed_controller 1.2.0 copy "streamed_controller: ^1.2.0" to clipboard
streamed_controller: ^1.2.0 copied to clipboard

A predictable state management library with prebuilt concurrency helpers that implement the Business Logic Component design pattern without complexity of BLoC.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add streamed_controller

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

dependencies:
  streamed_controller: ^1.2.0

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:streamed_controller/streamed_controller.dart';
2
likes
140
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A predictable state management library with prebuilt concurrency helpers that implement the Business Logic Component design pattern without complexity of BLoC.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on streamed_controller