Flutter app for demonstrating LinkedIn Login.
This project is just a demo on LinkedIn login using linkedIn V2 API.
To access LinkedIn login, you'll need to make sure to register your application.
There are several dependencies which are utilised in this project to accomplish the task:
We have also used code generators to minimise the boilerplate codes, such as retrofit_generator
NOTE: Any time you change response_model or rest_clients files, you need to run build runner command flutter pub run build_runner build
. This is because the system has no way of knowing how that change may have affected the outputs.
For more help you can go to Sign In with LinkedIn or raise the issue in this repo.