apple_sign_in_plugin 2.0.0-dev.2
apple_sign_in_plugin: ^2.0.0-dev.2 copied to clipboard
Sign in with Apple for iOS, macOS, Android, Web, Windows, and Linux — native on Apple platforms, Apple's own web flow elsewhere. No third-party Apple Sign-In SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add apple_sign_in_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
apple_sign_in_plugin: ^2.0.0-dev.2Alternatively, 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:apple_sign_in_plugin/apple_sign_in_plugin.dart';