-
Notifications
You must be signed in to change notification settings - Fork 3
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
FlowChart example error: Expected a value of type 'String', but got one of type 'Null' #2
Comments
here is the code that i am using.
my index.html
i also tried
here is the output that i see. I am also seeing the below message in console.
the below error comes, when i debug the below code.
Please share your comments if i am doing something wrong. |
Hi,
i followed the below steps in flutter web but gets the error.
https://github.com/jodinathan/gojs_dart/blob/master/example/flowchart/web/main.dart
first time i get null error and second time i get expected String but got one of type 'Null'.
note:
full code example that was given in the below link is not working. because it shows error in GoJSDiagram, GoJSPanel as these are not available classes.
https://pub.dev/packages/gojs
can you please check and share your comments that what i am doing wrong here?
The text was updated successfully, but these errors were encountered: