perfect_flutter 0.1.33
perfect_flutter: ^0.1.33 copied to clipboard
DevTools-based pixel-perfect overlay for Flutter. Inject a design image overlay onto a running debug app from the DevTools panel — no widget wrapping, no app code changes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add perfect_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
perfect_flutter: ^0.1.33Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:perfect_flutter/perfect_flutter.dart';