flutter_social_auth 0.0.1 copy "flutter_social_auth: ^0.0.1" to clipboard
flutter_social_auth: ^0.0.1 copied to clipboard

outdated

Flutter package for login with social accounts like google, facebook, apple.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_social_auth/flutter_social_auth.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(    
      home: LoginView(),
    );
  }
}
0
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for login with social accounts like google, facebook, apple.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_social_auth