leancode_cubit_utils 0.0.2 copy "leancode_cubit_utils: ^0.0.2" to clipboard
leancode_cubit_utils: ^0.0.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 Dart:

 $ dart pub add leancode_cubit_utils

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 dart pub get):

dependencies:
  leancode_cubit_utils: ^0.0.2

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

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

More

Packages that depend on leancode_cubit_utils