look_generator 2.0.1 look_generator: ^2.0.1 copied to clipboard
Look widget preview source generator to create runnable single widget and goldens easily
look_generator #
This is the generator for the look package.
Features #
Generates a runnable dart file from a widget annotated with @Look
so as to work only on the widget you want to preview.
Getting started #
Add look, look_generator and build_runner to your app dependencies:
flutter pub add look
flutter pub add --dev look_generator build_runner
Usage #
Please report to the look package for more information.