x_bloc2 1.3.1 copy "x_bloc2: ^1.3.1" to clipboard
x_bloc2: ^1.3.1 copied to clipboard

The HDM State Management System is a custom-built solution for managing state, widget lifecycle, and dependency injection in Flutter applications. It's designed to offer flexibility, efficient state m [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add x_bloc2

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

dependencies:
  x_bloc2: ^1.3.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:x_bloc2/x_bloc2.dart';
0
likes
100
pub points
43%
popularity

Publisher

unverified uploader

The HDM State Management System is a custom-built solution for managing state, widget lifecycle, and dependency injection in Flutter applications. It's designed to offer flexibility, efficient state management, and easy integration with the Flutter widget tree.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on x_bloc2