linkedin_login 2.2.0
linkedin_login: ^2.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.
2.2.0 #
New linter #
- Move lint from analyzer to the flutter_lints
- Enforce recommend lint rules
2.1.0 #
2.0.0 #
Library refactor #
- Migrated to null safety
- Update dependencies
- Breaking changes inside
2.0.0-dev.3 (see release on 22-02-2021 & example)
2.0.0-dev.3 - 22-02-2021 #
Library refactor #
- remove redux, there is no so much contributors for this package anymore
- BREAKING CHANGE: callbacks now have different types, please see readme file
- BREAKING CHANGE: catchError is replaced by onError property, method will give you any exception or error which happened deep down in plugin with complete stacktrace
- update dependencies
2.0.0-dev.2 - 03-12-2020 #
Library refactor #
- test code coverage >90
- remove catchError callback BREAKING CHANGE, issues needs to be fixed before releasing
- improved logging errors, exceptions and steps inside debug mode
2.0.0-dev.1 - 03-12-2020 #
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 - 02-11-2020 #
Files restructure #
- restructure code and prepare it for updating to new webview plugin
1.3.0 - 31-10-2020 #
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 - 13-08-2020 #
remove assert check for appBar widget #
- remove assert check for appBar widget, you can send null value
1.2.0 - 16-07-2020 #
Add possibility to control projection of LinkedIn API #
- Add property
projection
to a LinkedInUserWidget widget
v1.1.5 - 31-05-2020 #
Version updated to v1.1.5 #
- Replace AppBar with PreferredSizeWidget. Thanks for contribution @ricardonior29
- Fix lint messages
- Increase Dart SDK version
v1.1.3 - 09-05-2020 #
Resolve #23 #
- Replace AppBar with PreferredSizeWidget. Thanks for contribution @ricardonior29
v1.1.2 - 28-04-2020 #
Fix #12 #
- Fix issue with fetching locals #12. Thanks to @JavierDuarteC
v0.2.0 - 12-08-2019 #
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.7 - 05-08-2019 #
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 - 05-07-2019 #
Added new widget - possibility to add custom app bar #
- Add possibility to add app bar into webview as parameter
v0.1.4 - 30-05-2019 #
Added new widget - fetch only authorization code #
- Fetch just authorization code
- Use widget without sending client secret code