riverpod_lint/custom_lint disables Android Studio dart quick assistant #3835
Unanswered
travisbikkle
asked this question in
Q&A
Replies: 1 comment
-
Seems to be a problem for custom_lint and nothing riverpod has to do with. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed riverpod get started to add lint to my project, and found that I can't use "wrap with widgets" anymore.
After remove custom_lint from analysis_options.yaml, problem solved.
before:

after:
I'm new to flutter, let me know if I did anything wrong, or it is indeed an issue.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions