apple_sign_in_plugin_windows 0.0.1-dev.0
apple_sign_in_plugin_windows: ^0.0.1-dev.0 copied to clipboard
Windows implementation of the apple_sign_in_plugin package, using Apple's official web authorization flow via system browser and MethodChannel.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add apple_sign_in_plugin_windowsWith Flutter:
$ flutter pub add apple_sign_in_plugin_windowsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
apple_sign_in_plugin_windows: ^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_windows/apple_sign_in_plugin_windows.dart';