cubit_base 0.0.5 copy "cubit_base: ^0.0.5" to clipboard
cubit_base: ^0.0.5 copied to clipboard

cubit_base is a library for using easy fetch and paginate data from api with cubit

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cubit_base

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

dependencies:
  cubit_base: ^0.0.5

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:cubit_base/cubit_base.dart';
1
likes
160
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

cubit_base is a library for using easy fetch and paginate data from api with cubit

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on cubit_base