Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Status #1

Open
Robs79 opened this issue Jun 14, 2018 · 10 comments
Open

Project Status #1

Robs79 opened this issue Jun 14, 2018 · 10 comments

Comments

@Robs79
Copy link

Robs79 commented Jun 14, 2018

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

@wmathurin
Copy link
Owner

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
Copy link

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

@wmathurin
Copy link
Owner

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

@rsindall
Copy link

Hi @wmathurin

Have these issues been resolved? :)

@wmathurin
Copy link
Owner

Sorry it's still not a priority.

@Aurel44
Copy link

Aurel44 commented Jan 6, 2022

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
Copy link
Owner

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
Copy link

Aurel44 commented Jan 7, 2022

Thx a lot !!!

It works well !!!

@ahsanebrahim
Copy link

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
Copy link

This will be so good if development was speed tracked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants