-
Notifications
You must be signed in to change notification settings - Fork 9
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
need help with integration in flutter #6
Comments
Hi @mohamedkaddouri, Are you calling Do you have a code example to share? |
Hi @davidhole, I call the zettle.init after not before any other methods. **Error message: ** I do have code to share class LoginZettleScreen extends StatefulWidget { @OverRide class _LoginZettleScreenState extends State { String? _message; @OverRide @OverRide @OverRide
} // void onChanged() {} |
I can see from your error trace that it is thrown when |
Hi sorry for the late response I was sick last two weeks. import 'package:flutter/material.dart'; import 'login_screen.dart'; class WelcomeScreen extends StatefulWidget { @OverRide class _WelcomeScreenState extends State @OverRide
} @OverRide @OverRide class RoundedButton extends StatelessWidget { RoundedButton(this.color, this.buttonTitle, this.onPressed, {super.key}); @OverRide
} |
received this message but i initiated the zettle sdk as per your documentation.
Unhandled Exception: Exception: Zettle SDK is not initialized. You should call Zettle.init(iosClientId, androidClientId, redirectUrl)
The text was updated successfully, but these errors were encountered: