look 2.1.0 look: ^2.1.0 copied to clipboard
Look helps you to work on a single widget in your real life app. Add the @look annoation, generate sources, run the look file and enjoy!
import 'package:look_example/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}