blocx_core 0.5.9-beta
blocx_core: ^0.5.9-beta 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_coreWith Flutter:
$ flutter pub add blocx_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
blocx_core: ^0.5.9-betaAlternatively, 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';