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_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.5.9-beta
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';