Flutter - API Integration
under review
Shubham Jasani
Description : In the API Integration there is no any feature to take input from user and send or store that input in to the shared preference.
Usecase / Problem :
Step 1 : Suppose i have screen of take input of Personal Access Token of GitHub from The User.
Step 2 : After taking that input i have 2 scenario
1. store that input into stored preference. (Currently it's not available in DhiWise)
2. directly i want to add that input into API's header (which is also not possible into DhiWise. But we can send it to the Body.)
Solution : You must give feature to the user for storing the value into local storage or send it directly to the Header of the API.
Rahul Patel
under review