apple_sign_in_plugin_web 0.0.1-dev.0
apple_sign_in_plugin_web: ^0.0.1-dev.0 copied to clipboard
Web implementation of the apple_sign_in_plugin package, using Apple's official Sign in with Apple JS SDK via JS interop.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add apple_sign_in_plugin_webWith Flutter:
$ flutter pub add apple_sign_in_plugin_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
apple_sign_in_plugin_web: ^0.0.1-dev.0Alternatively, 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_web/apple_sign_in_plugin_web.dart';