look_generator 2.0.0 copy "look_generator: ^2.0.0" to clipboard
look_generator: ^2.0.0 copied to clipboard

Look widget preview source generator

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.