Open Robs79 opened 6 years ago
Is has issues e.g. if you login then logout then login again, the flutter context is not properly reset. However, if you just login then it works just fine. Also I didn't implement all the bridges yet.
We plan to get back to it and take it to completion for mobile sdk 7.0 #safeharbor.
Have these issues been resolved? Is it good to go? :P
Unfortunately, it's not a priority right now. So nobody is working on it.
Hi @wmathurin
Have these issues been resolved? :)
Sorry it's still not a priority.
Hi I m trying to call OAuth Salesforce API via A Flutter App. Calls are working via PostMan but not with Flutter.
Can u tell me which datas i have to write in headers and body for that post request please?
Thx
Aurélien CHETANNEAU
You need to add a header to your request with name "Authorization" and value "Bearer
let accessToken = UserAccountManager.shared.currentUserAccount?.credentials.accessToken
On Android you get the access token by doing:
String accessToken = UserAccountManager.getInstance().getCurrentUser().getAuthToken()
Thx a lot !!!
It works well !!!
Any plans to get it fully working on flutter just like native SDKs? Including Mobile Sync and Mobile Store? I tried to compile and run this but it doesn't due to outdated versions used.
This will be so good if development was speed tracked.
Hi there, what is the status of this project? did you get Salesforce SDK and Flutter working?