cubit_base 0.0.3 copy "cubit_base: ^0.0.3" to clipboard
cubit_base: ^0.0.3 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 Dart:

 $ dart pub add cubit_base

With Flutter:

 $ flutter pub add cubit_base

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

dependencies:
  cubit_base: ^0.0.3

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:cubit_base/cubit_base.dart';
1
likes
0
points
16
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cubit_base