pipen_bloc 1.2.1
pipen_bloc: ^1.2.1 copied to clipboard
BLoC powerful tools
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pipen_blocWith Flutter:
$ flutter pub add pipen_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pipen_bloc: ^1.2.1Alternatively, 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:pipen_bloc/abstract/bloc_listen_exceptions.dart';
import 'package:pipen_bloc/abstract/bloc_listen_exceptions_ignore.dart';
import 'package:pipen_bloc/abstract/fail_state.dart';
import 'package:pipen_bloc/abstract/loading_state.dart';
import 'package:pipen_bloc/abstract/paging_state.dart';
import 'package:pipen_bloc/abstract/skeleton_state.dart';
import 'package:pipen_bloc/abstract/unloadable_state.dart';
import 'package:pipen_bloc/builder/bloc_builder_fetch.dart';
import 'package:pipen_bloc/builder/bloc_builder_fetch_nullable.dart';
import 'package:pipen_bloc/builder/bloc_builder_nullable.dart';
import 'package:pipen_bloc/builder/bloc_builder_on.dart';
import 'package:pipen_bloc/builder/bloc_builder_p.dart';
import 'package:pipen_bloc/builder/pipen_builder_container.dart';
import 'package:pipen_bloc/consumer/bloc_consumer_fetch.dart';
import 'package:pipen_bloc/consumer/bloc_consumer_p.dart';
import 'package:pipen_bloc/cubit/cubit_fetch.dart';
import 'package:pipen_bloc/cubit/cubit_fetch_resolver.dart';
import 'package:pipen_bloc/cubit/cubit_fetch_resolver_pending.dart';
import 'package:pipen_bloc/cubit/fetch_state.dart';
import 'package:pipen_bloc/listen/bloc_listen.dart';
import 'package:pipen_bloc/listen/bloc_listen_fetch.dart';
import 'package:pipen_bloc/listen/exceptions/bloc_exception_manager.dart';
import 'package:pipen_bloc/listener/bloc_listen_on.dart';
import 'package:pipen_bloc/listener/bloc_listenable.dart';
import 'package:pipen_bloc/listener/bloc_listener.dart';
import 'package:pipen_bloc/listener/bloc_listener_fetch.dart';
import 'package:pipen_bloc/models/builder_model.dart';
import 'package:pipen_bloc/models/exception_strategy.dart';
import 'package:pipen_bloc/models/fail_result.dart';
import 'package:pipen_bloc/provider/bloc_provider_listener.dart';
import 'package:pipen_bloc/provider/bloc_provider_listener_fetch.dart';
import 'package:pipen_bloc/provider/bloc_provider_p.dart';