the_apple_sign_in 1.1.0 copy "the_apple_sign_in: ^1.1.0" to clipboard
the_apple_sign_in: ^1.1.0 copied to clipboard

PlatformiOS
outdated

Sign in With Apple for Flutter. Native API bindings and a Flutter implementation of the sign in button.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'sign_in_page.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: SignInPage());
  }
}
67
likes
150
points
8.92k
downloads

Publisher

verified publisherbeerstorm.net

Weekly Downloads

Sign in With Apple for Flutter. Native API bindings and a Flutter implementation of the sign in button.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on the_apple_sign_in