leancode_cubit_utils 0.3.1 copy "leancode_cubit_utils: ^0.3.1" to clipboard
leancode_cubit_utils: ^0.3.1 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

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.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:leancode_cubit_utils/leancode_cubit_utils.dart';
8
likes
160
points
2.58k
downloads

Publisher

verified publisherleancode.co

Weekly Downloads

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

Repository (GitHub)
View/report issues

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