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

outdated

Quick and easy way to implement social login buttons in your app.

example/lib/main.dart

import 'package:example/demo.dart';
import 'package:flutter/material.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 MaterialApp(
      title: 'Social Auth Btn Kit Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: DemoPage(),
    );
  }
}
8
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Quick and easy way to implement social login buttons in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on social_auth_btn_kit