stx_bloc_base 0.5.1 copy "stx_bloc_base: ^0.5.1" to clipboard
stx_bloc_base: ^0.5.1 copied to clipboard

The package provides various generic implementations of blocs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stx_bloc_base

With Flutter:

 $ flutter pub add stx_bloc_base

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

dependencies:
  stx_bloc_base: ^0.5.1

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

Import it

Now in your Dart code, you can use:

import 'package:stx_bloc_base/stx_bloc_base.dart';
1
likes
120
pub points
68%
popularity

Publisher

unverified uploader

The package provides various generic implementations of blocs.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

bloc, bloc_test, equatable, hydrated_bloc, meta

More

Packages that depend on stx_bloc_base