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

Error Trying to use Table _TypeError (type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>') #9

Open
asantibanez62 opened this issue Mar 2, 2023 · 0 comments

Comments

@asantibanez62
Copy link

Hi, I am testing and found this very interesting, all is working except the Table.
In this instuction

return _TableResult(
result["tablename"], result["rows"], result["columns"]);

on result["rows"] triggers the error.

Any hint on how to correct it?

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

1 participant