linkedin_login 0.2.0
linkedin_login: ^0.2.0 copied to clipboard
Library for login with LinkedIn OAuth V2 service. This library helps you to implement authorization with LinkedIn OAuth API's.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.0 - 2019-01-23 #
Added #
- Login with LinkedIn support to Android and IOS using pure dart
- LinkedIn default button
- Retrieve basic user information from linked login with email and token
v0.1.3 - 2019-05-03 #
Added new field into user model #
- UserId in LinkedInUserModel class
- Fix bugs if there is not existing images
v0.1.4 - 2019-05-30 #
Added new widget #
- Fetch just authorization code
- Use widget without sending client secret code