external_login_interface 0.1.6+1 copy "external_login_interface: ^0.1.6+1" to clipboard
external_login_interface: ^0.1.6+1 copied to clipboard

Interface for external login feature.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add external_login_interface

With Flutter:

 $ flutter pub add external_login_interface

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

dependencies:
  external_login_interface: ^0.1.6+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:external_login_interface/external_login_interface.dart';