auto_spacer 0.0.2 copy "auto_spacer: ^0.0.2" to clipboard
auto_spacer: ^0.0.2 copied to clipboard

A simple package to add spaces between widgets

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_spacer

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

dependencies:
  auto_spacer: ^0.0.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:auto_spacer/auto_spacer.dart';
1
likes
135
points
32
downloads

Publisher

verified publishercrazycoder.in

Weekly Downloads

A simple package to add spaces between widgets

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_spacer