linkedin_login 2.0.0-dev.1 copy "linkedin_login: ^2.0.0-dev.1" to clipboard
linkedin_login: ^2.0.0-dev.1 copied to clipboard

outdated

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.

2.0.0-dev.1 - 2020-12-03 #

Library refactor #

  • switch to new web view plugin
  • cover code with tests
  • add logging errors and steps
  • deprecated error callback, from now on console error will be only shown
  • introduce Redux, Graph for better transfer data between screens
  • enable CI via Github actions and test coverage

1.3.1 - 2020-11-02 #

Files restructure #

  • restructure code and prepare it for updating to new webview plugin

1.3.0 - 2020-10-31 #

upgrade android embedding to v2 #

  • from Flutter version > v1.23.* embedding v1 is deprecated
  • introduce null safety based on flutter version v1.23

1.2.2 - 2020-08-13 #

remove assert check for appBar widget #

  • remove assert check for appBar widget, you can send null value

1.2.1 - 2020-07-16 #

formatted according to dartfmt #

  • formatted according to dartfmt

1.2.0 - 2020-07-16 #

Add possibility to control projection of LinkedIn API #

  • Add property projection to a LinkedInUserWidget widget

1.1.6 - 2020-07-16 #

Version updated to v1.1.6 #

  • Update API documentation

v1.1.5 - 2020-05-31 #

Version updated to v1.1.5 #

  • Replace AppBar with PreferredSizeWidget. Thanks for contribution @ricardonior29
  • Fix lint messages
  • Increase Dart SDK version

v1.1.3 - 2020-05-09 #

Resolve #23 #

  • Replace AppBar with PreferredSizeWidget. Thanks for contribution @ricardonior29

v1.1.2 - 2020-04-28 #

Fix #12 #

v1.1.1 - 2020-01-22 #

Version update to v1.1.1 #

  • Version updated

v1.1.0 - 2020-01-22 #

Change error parsing issue #

v1.0.0 - 2020-01-20 #

Support for web #

  • Added support for web
  • Update dependency versions

v0.2.0 - 2019-08-12 #

Possibility to clean cache and logout a user #

  • Possibility to log out user from linkedIn - from now you can change account as should

v0.1.8 - 2019-08-5 #

Expose frontendRedirectUrl property #

  • Expose frontendRedirectUrl field

v0.1.7 - 2019-08-5 #

Add frontendRedirectUrl property in case of frontend redirection #

  • It can be case that URL route from redirect is redirecting to some other field
  • in that case you can use property "frontendRedirectUrl" so that you still can use redirect URL
  • of LinkedIn, but also handle if frontend redirect that link to some other site

v0.1.6 - 2019-07-5 #

Added new widget - possibility to add custom app bar #

  • Add possibility to add app bar into webview as parameter

v0.1.4 - 2019-05-30 #

Added new widget - fetch only authorization code #

  • Fetch just authorization code
  • Use widget without sending client secret code

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.1 - 2019-04-03 #

Version upgrade #

  • Upgrade version of libraries that this package is using

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
65
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Library for login with LinkedIn OAuth V2 service. This library helps you to implement authorization with LinkedIn OAuth API's.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_redux, http, logging, meta, redux, redux_epics, redux_logging, rxdart, uuid, webview_flutter

More

Packages that depend on linkedin_login