center_spot 0.1.0
center_spot: ^0.1.0 copied to clipboard
A frame-free Flutter viewport preview for testing responsive layouts at fixed logical sizes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add center_spotThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
center_spot: ^0.1.0Alternatively, 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:center_spot/center_spot.dart';