build_laser 1.0.0
build_laser: ^1.0.0 copied to clipboard
A CLI tool to run build_runner with clean, actionable output.
example/build_laser_example.dart
import 'package:build_laser/build_laser.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}