flutter_token_get 1.0.0+1 copy "flutter_token_get: ^1.0.0+1" to clipboard
flutter_token_get: ^1.0.0+1 copied to clipboard

A new Flutter module to get a token just passing a url email and passwor (String).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_token_get

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

dependencies:
  flutter_token_get: ^1.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:flutter_token_get/main.dart';
import 'package:flutter_token_get/network_utils.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter module to get a token just passing a url email and passwor (String).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter, http, shared_preferences

More

Packages that depend on flutter_token_get