bloc_lite_flutter 0.2.0 copy "bloc_lite_flutter: ^0.2.0" to clipboard
bloc_lite_flutter: ^0.2.0 copied to clipboard

discontinued

A simplified library for creating stream-based bloc view models that adhere to the BLoC paradigm. Includes Flutter widgets to integrate blocs into the Flutter ecosystem.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_lite_flutter

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

dependencies:
  bloc_lite_flutter: ^0.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:bloc_lite_flutter/bloc_lite_flutter.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simplified library for creating stream-based bloc view models that adhere to the BLoC paradigm. Includes Flutter widgets to integrate blocs into the Flutter ecosystem.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

bloc_lite, flutter

More

Packages that depend on bloc_lite_flutter