apple_sign_in_plugin 2.0.0-dev.1
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_pluginWith Flutter:
$ flutter pub add apple_sign_in_pluginThis 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.1Alternatively, 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';