pretty_good_spacing 0.1.0
pretty_good_spacing: ^0.1.0 copied to clipboard
A configurable spacing system for Flutter applications with consistent design tokens and convenient widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pretty_good_spacingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pretty_good_spacing: ^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:pretty_good_spacing/pretty_good_spacing.dart';