https://github.com/epomatti/flutter-facebook-login
Facebook login with Flutter app
https://github.com/epomatti/flutter-facebook-login
authentication facebook flutter
Last synced: 2 months ago
JSON representation
Facebook login with Flutter app
- Host: GitHub
- URL: https://github.com/epomatti/flutter-facebook-login
- Owner: epomatti
- License: mit
- Created: 2019-07-16T14:04:27.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T05:07:33.000Z (over 4 years ago)
- Last Synced: 2025-03-11T02:51:16.368Z (over 1 year ago)
- Topics: authentication, facebook, flutter
- Language: C++
- Homepage:
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facebook Flutter Login
Facebook login with Flutter.

### Running it
You'll need Flutter 2 SDK and an Android Emulator running.
```bash
flutter pub get
flutter run
```
### Sources
```
https://facebook.meedu.app/docs/4.x.x/android/
https://developers.facebook.com/docs/facebook-login/android?locale=en_US
```