You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use your package to get a flutter app working with the auth flow for splitwise but could not get it to work. So if you have a working example app with the auth flow, could you please share along with any changes in AndoroidManifest as well.
The text was updated successfully, but these errors were encountered:
SplitWiseService splitWiseService =SplitWiseService.initialize(
'consumer key',
'consumer secret');
var authURL =await splitWiseService.validateClient();
print(authURL);
print('auth url navigate to do authorization');
//This Will print the token and also return them save them to Shared PrefsTokensHelper tokens =await splitWiseService.validateClient(verifier://input from splitwise website
);
splitWiseService.validateClient(tokens: tokens);
//Examplevar currentUserEntity =await splitWiseService.getCurrentUser();
print(currentUserEntity.user.firstName);
I've tried to use your package to get a flutter app working with the auth flow for splitwise but could not get it to work. So if you have a working example app with the auth flow, could you please share along with any changes in AndoroidManifest as well.
The text was updated successfully, but these errors were encountered: