-
Notifications
You must be signed in to change notification settings - Fork 2
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
Example Not Running #61
Comments
Could you please provide me with your pubspec.yaml file and the relevant code snippet? |
Pubspec.yaml:
Main.dart file:
|
I found that removing the line navigatorKey: NavigationService.navigatorKey, resolves the issue. I'm currently investigating the root cause for a more comprehensive understanding. In the meantime, you can use the following code as an alternative solution:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to setup this UI Kit to work, by including it in my pubspec.yaml file like this:
amity_uikit_beta_service:
git:
url: https://github.com/AmityCo/Amity-Social-UIKit-Flutter-Opensource
However, the example given does not work, and I get the following error:
Here is a gist showing the main.dart file that I ran:
https://gist.github.com/andrewkimjoseph/42274b2186297fdbeac2062b8c710d3d
Kindly address it so that we have a way of integrating your UI Kit.
The text was updated successfully, but these errors were encountered: