flutter_custom_bloc 0.0.1 copy "flutter_custom_bloc: ^0.0.1" to clipboard
flutter_custom_bloc: ^0.0.1 copied to clipboard

The Flutter Custom BLoC Library offers a lightweight implementation of the BLoC pattern for efficient state management in Flutter applications. By utilizing Dart's streams, it separates business logic [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_bloc

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

dependencies:
  flutter_custom_bloc: ^0.0.1

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:flutter_custom_bloc/flutter_custom_bloc.dart';
0
likes
140
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter Custom BLoC Library offers a lightweight implementation of the BLoC pattern for efficient state management in Flutter applications. By utilizing Dart's streams, it separates business logic from the UI, featuring BlocProvider for dependency injection and BlocBuilder for reactive updates, enhancing code maintainability.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_custom_bloc