ispectify_bloc 4.4.3-dev03
ispectify_bloc: ^4.4.3-dev03 copied to clipboard
BLoC state management integration for ISpect toolkit
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ispectify_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ispectify_bloc: ^4.4.3-dev03Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ispectify_bloc/ispectify_bloc.dart';