-
Notifications
You must be signed in to change notification settings - Fork 30
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
fix: Error on empty action json #105
Comments
Bro, are you making changes to the code? I tried running it based on the example code, but there are a lot of files that it says it can't find.I'm currently using version 0.10.0 |
Hey @Kimhooo !! Can you please share the logs? |
`../stac-0.10.0/lib/src/parsers/stac_form/stac_form.g.dart:26:20: Error: Member not found: 'onUnfocus'.
It seems like some files haven't been properly adapted or configured. Or is there any version that's stable and usable? I just want to have a try. |
Hey @Kimhooo, This issue seems unrelated to the current thread. Could you please open a new issue for it? Also, I tested v0.10, and it runs fine on my machine. In the new issue, could you share the output of flutter doctor, the Stac code, the JSON you’re passing, and the full error log you’re encountering? That would help in diagnosing the issue more effectively. Thanks! |
Description
Getting error
type '_Map<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>?' in type cast<…>
when passed an empty action json.Expected Behavior
{}
Empty JSON should act like anull
action on call.Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: