flutter_gb_stack_base 1.1.0 copy "flutter_gb_stack_base: ^1.1.0" to clipboard
flutter_gb_stack_base: ^1.1.0 copied to clipboard

A utility package that helps develop application in a Geekbears way. This is also the base of some other packages like authentication and account

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_gb_stack_base

With Flutter:

 $ flutter pub add flutter_gb_stack_base

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

dependencies:
  flutter_gb_stack_base: ^1.1.0

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:flutter_gb_stack_base/flutter_gb_stack_base.dart';
2
likes
0
pub points
55%
popularity

Publisher

verified publishergeekbears.com

A utility package that helps develop application in a Geekbears way. This is also the base of some other packages like authentication and account

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

auth_http_client, built_collection, built_value, collection, corsac_jwt, dartz, flutter, flutter_bloc, flutter_gb_built_utils, flutter_test, freezed_annotation, get_it, http, json_http_client, logger, mockito, shared_preferences

More

Packages that depend on flutter_gb_stack_base