perfect_flutter 0.1.33 copy "perfect_flutter: ^0.1.33" to clipboard
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_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  perfect_flutter: ^0.1.33

Alternatively, 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';
16
likes
160
points
113
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on perfect_flutter