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

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
0
pub points
99%
popularity

Publisher

verified publisherbeerstorm.net

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on the_apple_sign_in