apple_sign_in_plugin 2.0.0-dev.1 copy "apple_sign_in_plugin: ^2.0.0-dev.1" to clipboard
apple_sign_in_plugin: ^2.0.0-dev.1 copied to clipboard

A Sign in with Apple plugin for iOS, macOS, Android, Web, Windows, and Linux. Uses Apple's AuthenticationServices on Apple platforms and Apple's official web authorization flow on other platforms — no [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add apple_sign_in_plugin

With Flutter:

 $ flutter pub add apple_sign_in_plugin

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

dependencies:
  apple_sign_in_plugin: ^2.0.0-dev.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:apple_sign_in_plugin/apple_sign_in_plugin.dart';
14
likes
0
points
261
downloads

Publisher

unverified uploader

Weekly Downloads

A Sign in with Apple plugin for iOS, macOS, Android, Web, Windows, and Linux. Uses Apple's AuthenticationServices on Apple platforms and Apple's official web authorization flow on other platforms — no third-party Apple Sign-In SDK.

Repository (GitHub)
View/report issues

Topics

#apple-sign-in #authentication #ios #android #web

License

unknown (license)

Dependencies

apple_sign_in_plugin_android, apple_sign_in_plugin_darwin, apple_sign_in_plugin_linux, apple_sign_in_plugin_platform_interface, apple_sign_in_plugin_web, apple_sign_in_plugin_windows, flutter

More

Packages that depend on apple_sign_in_plugin

Packages that implement apple_sign_in_plugin