First of all, thanks for the work. Great package
So I have encountered two issues:
-
I noticed that when I added the sidecar plugin, I received a warning stating, "Multiple plugins cannot be enabled"(I'm also using dart_code_metrics). Have you encountered this issue before and do you know how to resolve it? (Please refer to the attached image for reference.)

-
In cases where I use Theme.of(context).colorScheme and textTheme, how can I apply these in the design_system_lint? (Please refer to the attached image for reference.)

This is my implementation of the design system:

First of all, thanks for the work. Great package
So I have encountered two issues:
I noticed that when I added the sidecar plugin, I received a warning stating, "Multiple plugins cannot be enabled"(I'm also using dart_code_metrics). Have you encountered this issue before and do you know how to resolve it? (Please refer to the attached image for reference.)

In cases where I use
Theme.of(context).colorSchemeandtextTheme, how can I apply these in the design_system_lint? (Please refer to the attached image for reference.)This is my implementation of the design system:
