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

A presentational social sign-in screen with logo, tagline, pluggable provider buttons, and a reviewer-login easter egg.

example/README.md

codifyiq_social_sign_in example #

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

Widget buildSignIn(Widget googleLogo, VoidCallback onGoogle) {
  return SocialSignInScreen(
    logo: Image.asset('assets/logo.png'),
    tagline: 'Welcome back',
    signInButtons: [
      SocialSignInButton(
        icon: googleLogo,
        label: 'Continue with Google',
        onPressed: onGoogle,
      ),
    ],
  );
}

Provider logos are trademarked and are not bundled with this package — supply your own per each provider's branding guidelines.

A runnable catalog demonstrating every CodifyIQ component lives in the example/ app at the repository root.

0
likes
160
points
133
downloads

Documentation

API reference

Publisher

verified publishercodifyiq.com

Weekly Downloads

A presentational social sign-in screen with logo, tagline, pluggable provider buttons, and a reviewer-login easter egg.

Repository (GitHub)
View/report issues

Topics

#codifyiq #ui #widget #authentication

License

MIT (license)

Dependencies

flutter

More

Packages that depend on codifyiq_social_sign_in