gits_base 0.1.1 copy "gits_base: ^0.1.1" to clipboard
gits_base: ^0.1.1 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 Dart:

 $ dart pub add gits_base

With Flutter:

 $ flutter pub add gits_base

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

dependencies:
  gits_base: ^0.1.1

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

Publisher

verified publishergits.id

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_bloc, flutter_secure_storage

More

Packages that depend on gits_base