Closed marcosgcd closed 1 year ago
Since Widgetbook is unfamiliar to me, it would be immensely helpful if you could provide a code sample to give us better context for your issue.
In the meantime, as a potential workaround, you might want to consider naming your relevant files with a distinctive pattern, something that can be filtered by the build runner (e.g.: "*.tailor.dart"). This could help restrict code generators to the specific files you intend.
targets:
$default:
builders:
theme_tailor:
generate_for:
include:
- lib/**.tailor.dart
I don't know how the generating works in flutter but I think theme_tailor is looking at an annotation that it should not.
I get this error.
If more info is required please let me know.