wmathurin / SalesforceMobileSDK-FlutterPlugin

Flutter plugin for Salesforce Mobile SDK
9 stars 16 forks source link

Project Status #1

Open Robs79 opened 6 years ago

Robs79 commented 6 years ago

Hi there, what is the status of this project? did you get Salesforce SDK and Flutter working?

wmathurin commented 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.

maxgotts commented 5 years ago

Have these issues been resolved? Is it good to go? :P

wmathurin commented 5 years ago

Unfortunately, it's not a priority right now. So nobody is working on it.

rsindall commented 3 years ago

Hi @wmathurin

Have these issues been resolved? :)

wmathurin commented 3 years ago

Sorry it's still not a priority.

Aurel44 commented 2 years ago

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

wmathurin commented 2 years ago

You need to add a header to your request with name "Authorization" and value "Bearer ". On iOS you get the access token by doing:

let accessToken = UserAccountManager.shared.currentUserAccount?.credentials.accessToken

On Android you get the access token by doing:

String accessToken = UserAccountManager.getInstance().getCurrentUser().getAuthToken()
Aurel44 commented 2 years ago

Thx a lot !!!

It works well !!!

ahsanebrahim commented 2 years ago

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.

mister-rao commented 1 year ago

This will be so good if development was speed tracked.