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.