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

A simple package that inserts a spacer widget between two widgets. This package is useful when you want to insert a spacer widget between two widgets in a list.

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.4

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
160
points
32
downloads

Publisher

verified publishercrazycoder.in

Weekly Downloads

A simple package that inserts a spacer widget between two widgets. This package is useful when you want to insert a spacer widget between two widgets in a list.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_spacer