blocx_core 0.6.0 copy "blocx_core: ^0.6.0" to clipboard
blocx_core: ^0.6.0 copied to clipboard

Composable BLoC mixins and use-cases for lists & forms (Dart-only core).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blocx_core

With Flutter:

 $ flutter pub add blocx_core

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

dependencies:
  blocx_core: ^0.6.0

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:blocx_core/blocx_core.dart';
0
likes
140
points
133
downloads

Publisher

unverified uploader

Weekly Downloads

Composable BLoC mixins and use-cases for lists & forms (Dart-only core).

Repository (GitHub)
View/report issues

Topics

#bloc #architecture #lists #form

Documentation

API reference

License

MIT (license)

Dependencies

bloc, bloc_concurrency, logger, meta, stream_transform, uuid

More

Packages that depend on blocx_core