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

Social Login

Features #

Usage #

Installation #

Add the latest version of package to your pubspec.yaml (and rundart pub get): dependencies: fancy_containers: ^0.0.1

class FancyScreen extends StatelessWidget {  
  const FancyScreen({Key? key}) : super(key: key);  
  
  @override  
  Widget build(BuildContext context) {  
    return Scaffold(  
      body: Center(  
        child: const FancyContainer(  
          title: 'Hello World',  
          color1: Colors.lightGreenAccent,  
          color2: Colors.lightBlue,  
          subtitle: 'This is a new package',  
        ),  
      ),  
    );  
  }  
}

Additional information #

0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Social Login

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on facebook_google_social_login