leancode_cubit_utils 0.3.2 copy "leancode_cubit_utils: ^0.3.2" to clipboard
leancode_cubit_utils: ^0.3.2 copied to clipboard

A collection of cubits and widgets that facilitate the creation of repetitive pages, eliminating boilerplate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add leancode_cubit_utils
copied to clipboard

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

dependencies:
  leancode_cubit_utils: ^0.3.2
copied to clipboard

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:leancode_cubit_utils/leancode_cubit_utils.dart';
copied to clipboard
9
likes
160
points
3k
downloads

Publisher

verified publisherleancode.co

Weekly Downloads

2024.09.13 - 2025.03.28

A collection of cubits and widgets that facilitate the creation of repetitive pages, eliminating boilerplate.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

async, equatable, flutter, flutter_bloc, leancode_hooks, logging, provider

More

Packages that depend on leancode_cubit_utils