I want to make a new flutter application, I'm using the Facebook Login SDK (for flutter). The login was succefully implemented and I am able to get the accesstoken and the UID of the connected user.
My problem is, when the user logs in, I want to keep these cookies to use it with an HTTP request. I was able to make with native android (with the cookiejar
and OKHTTP
library). I'm wondering if it is still possible with Flutter.
Check out requests, a flutter library to help with modern RESTful http requests (basic cookies support and json)
pubspec.yaml
Usage: