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

TypeChecker.forRuntime doesn't work on windows #573

Open
jakemac53 opened this issue Nov 24, 2021 · 2 comments
Open

TypeChecker.forRuntime doesn't work on windows #573

jakemac53 opened this issue Nov 24, 2021 · 2 comments
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@jakemac53
Copy link
Contributor

No description provided.

@jakemac53 jakemac53 added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Nov 24, 2021
@mozerrr
Copy link

mozerrr commented Jun 21, 2024

The same happened to me on flutter 3.19.6. But I can't repeat the problem.
On macOS with example app TypeChecker.fromRuntime works just fine. But on another app if I call TypeChecker.fromRuntime(SomeClass).hasAnnotationOf(FieldElement) with the same code it fails.

@mozerrr
Copy link

mozerrr commented Jun 21, 2024

Actually, it was because of my field was getter, my bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants