user_core 0.0.1 copy "user_core: ^0.0.1" to clipboard
user_core: ^0.0.1 copied to clipboard

Flutter package for handling local user management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add user_core

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

dependencies:
  user_core: ^0.0.1

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:user_core/user_core.dart';
0
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for handling local user management.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

build_runner, dio, flutter, mockito, retry, shared_preferences

More

Packages that depend on user_core