gits_base 3.0.0 copy "gits_base: ^3.0.0" to clipboard
gits_base: ^3.0.0 copied to clipboard

GitsBase is base for UI project include state management with cubit & hydrated.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gits_base

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

dependencies:
  gits_base: ^3.0.0

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:gits_base/gits_base.dart';
3
likes
140
pub points
43%
popularity

Publisher

verified publishergits.id

GitsBase is base for UI project include state management with cubit & hydrated.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on gits_base