material_spacing_checker 0.1.2 copy "material_spacing_checker: ^0.1.2" to clipboard
material_spacing_checker: ^0.1.2 copied to clipboard

discontinued

A package that draws a grid to check if the widget is aligned according to the Material Design spacing method.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_spacing_checker

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

dependencies:
  material_spacing_checker: ^0.1.2

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:material_spacing_checker/material_spacing_checker.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publishergoodwelchi.com

A package that draws a grid to check if the widget is aligned according to the Material Design spacing method.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on material_spacing_checker