autologin 0.1.1 copy "autologin: ^0.1.1" to clipboard
autologin: ^0.1.1 copied to clipboard

This Plugin helps the developer to auto login into their app as simple as possible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add autologin

With Flutter:

 $ flutter pub add autologin

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

dependencies:
  autologin: ^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:autologin/autologin.dart';
4
likes
0
pub points
70%
popularity

Publisher

unverified uploader

This Plugin helps the developer to auto login into their app as simple as possible.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

autologin_android, autologin_darwin, autologin_linux, autologin_platform_interface, autologin_web, flutter

More

Packages that depend on autologin