autologin_platform_interface 1.0.1 copy "autologin_platform_interface: ^1.0.1" to clipboard
autologin_platform_interface: ^1.0.1 copied to clipboard

The common platform interface with shared code for the autologin plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add autologin_platform_interface

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

dependencies:
  autologin_platform_interface: ^1.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:autologin_platform_interface/autologin_platform_interface.dart';
0
likes
160
points
442
downloads

Publisher

unverified uploader

Weekly Downloads

The common platform interface with shared code for the autologin plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed_annotation, json_annotation, plugin_platform_interface

More

Packages that depend on autologin_platform_interface