This is just the simplyfied Flutter Plugin use for one of the popular flutter plugin for social media login.

Overview

social_media_logins

Flutter Plugin to login via Social Media Accounts.

Available Social Media Logins:

  1. Facebook
  2. Google
  3. Apple

Getting Started

To use this plugin:

  1. Add social_media_logins as dependency in your pubspec.yaml file
  social_media_logins:
        git:
          url: git://github.com/responilla07/social_media_logins.git
          ref: main

Note* please refer to the documentation of the plugins owner use in this plugin

  1. Setup Facebook
  2. Setup Google
  3. Setup Apple

Example:

import 'package:social_media_logins/social_media_logins.dart';

// Login:
// Facebook
var fbRes = await Facebook.login();
print('Facebook Account Details: $fbRes');
// Google
GoogleSignInAccount googleAccnt = await Google.login();
print('Google Account Email: ${googleUser.email}');
// Apple
AuthorizationCredentialAppleID credentials = await Apple.login();
print('Apple Id Email: ${credentials.email}');

// Logout:
// Facebook
await Facebook.logout();
// Google
await Google.logout();
// Apple
// No Available

This is just the simplyfied Flutter Plugin use for one of the popular flutter plugin for social media login.

The following plugins are:

  1. flutter_login_facebook
  2. google_sign_in
  3. sign_in_with_apple
You might also like...

A Flutter package for generating sign in buttons for different social media accounts.

A Flutter package for generating sign in buttons for different social media accounts.

Sign In Button A Flutter plugin for generating sign in buttons for different social media accounts. Getting Started You must add the library as a depe

Dec 8, 2022

Familicious-App - A social media app built with Flutter and Firebase

Famlicious App A social media app built with Flutter and Firebase This project i

Dec 6, 2022

Kenso - A fully functional social media app with multiple features built with flutter and dart

Kenso - A fully functional social media app with multiple features built with flutter and dart

Kenso - Social Media App Kenso is a fully functional social media app with multi

Feb 8, 2022

Flutter package to share images on social media

Flutter package to share images on social media

social_share Wide variety of sharing options you'll need to share directly to certain popular apps or just share with default native share. Introducti

Dec 8, 2022

Creating complete social media app like instagram, facebook using flutter dart.

instoo The social media application that allows user to check out new feed, like, comment and even check other user’s profile. It has search, follow,

Dec 1, 2022

Trying to develop an open source social media app

Social Media App (नाम में क्या रखा है :P) Getting Started To run this Project you'll need an account on the Supbase. After creating an account run bel

Dec 13, 2022

A platform to make your social media experience more safe

cyber_watch A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Feb 25, 2022

🏃‍♂️🎽social media with a sports flavour

🏃‍♂️🎽social media with a sports flavour

Welcome to Runbhumi 👋 A Flutter app which aims to build a sports community 🏠 Homepage ✨ Prototype 💪 Motivation/Inspiration 📥 Install flutter pub g

Nov 22, 2022

Social app flutter blocs - A social app using flutter blocs

Social app flutter blocs - A social app using flutter blocs

social_app Do kiến thức mình của mình đi cóp nhặt nên có một số chức năng mình l

Oct 2, 2022
Owner
Reymark Esponilla
Reymark Esponilla
Aio-project-flutter - All in one Social Media App getting developed using flutter

All in one Social Media App Getting built using flutter & firebase Add your sugg

Saffron Dionysius 8 Nov 17, 2022
Flutter widget library containing buttons for authenticating with popular social networks: Apple, Google, Facebook, Twitter and Microsoft.

Flutter Auth Buttons This library is now in maintenance mode I'm no longer actively using Flutter and don't have the time to keep this library maintai

Duncan Jones 115 Nov 3, 2022
GetX - one of the most popular state management solution in flutter

GteX Tutorial - Udemy GetX is one of the most popular state management solution in flutter. In addition to state management, GetX provides easy way to

Md. Siam 3 May 18, 2022
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.

GetWidget is a 100% free Flutter open-source UI Kit library built with Flutter SDK to make Flutter development easier and more joyful than ever. GetWi

Ionicfirebaseapp 3.7k Jan 1, 2023
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.

GetWidget is a 100% free Flutter open-source UI Kit library built with Flutter SDK to make Flutter development easier and more joyful than ever. GetWi

Ionicfirebaseapp 3.7k Jan 3, 2023
💘 This is my Youtube tutorial of my Social Media App Generation Made in Flutter 💘

?? Generation Tutorial ?? ⌛ This is the project source code of my youtube video tutorial of ⌛ ?? Flutter Social Media App Tutorial 2021 ?? ?? Tutorial

Samarpan Dasgupta 17 Nov 24, 2022
Social media app which is made entirely with flutter and firebase

Post It Android Please replace my googleservice.json with yours. Post it is a social media app which is made entirely with flutter and firebase. The u

Saket D Shetty 96 Dec 18, 2022
(Full-stack) Fully functional social media app (Instagram clone) written in flutter and dart with backend node.js and Postgres SQL.

Photoarc A Fully functional social media app written in flutter and dart using node.js and Postgres SQL as backend. Backend Repository Demo Download t

Ansh rathod 59 Jan 5, 2023
A fully functional social media app built with flutter with multiple features

?? ?? Wooble Social Media App Wooble is a fully functional social media app with multiple features built with flutter and dart. Star ⭐ the repo if you

Success Charles 562 Jan 3, 2023
Flutter Ghana UI Challenge Week 1 - Social Media App

Flutter Ghana UI Challenge Week 1 - Social Media App A Flutter UI implementation of a Social Media App inspired by Outcroud's desgin on Dribble. Star

Emmanuel Fache 104 Aug 11, 2022