cc_bloc 1.0.0+2 copy "cc_bloc: ^1.0.0+2" to clipboard
cc_bloc: ^1.0.0+2 copied to clipboard

A Flutter package to simplify and streamline BLoC operations, offering centralized management for efficient state handling, loading, and updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cc_bloc

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

dependencies:
  cc_bloc: ^1.0.0+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cc_bloc/cc_bloc.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publishercodecores.dev

A Flutter package to simplify and streamline BLoC operations, offering centralized management for efficient state handling, loading, and updates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, cupertino_icons, flutter, flutter_bloc

More

Packages that depend on cc_bloc