social_login_provider 1.0.0
social_login_provider: ^1.0.0 copied to clipboard
A unified social login provider for Google, Apple, and Facebook in Flutter.
License
---
## **2️⃣ `CHANGELOG.md`**
```markdown
# Changelog
All notable changes to this project will be documented in this file.
## [0.0.1] - 2025-09-18
### Added
- Initial release of `social_login_provider`.
- Supports Google, Apple, and Facebook login.
- Returns `SocialUser` object with userId, email, fullName, and image.
- Apple login supports secure storage for email and full name.
- Fully documented API and example app included.
```