gap_here 1.0.0 copy "gap_here: ^1.0.0" to clipboard
gap_here: ^1.0.0 copied to clipboard

A Flutter package for adding spacing between widgets in row and column layouts. This package simplifies the process of creating spacing between widgets in Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gap_here

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

dependencies:
  gap_here: ^1.0.0

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:gap_here/gap_here.dart';
23
likes
160
pub points
45%
popularity

Publisher

unverified uploader

A Flutter package for adding spacing between widgets in row and column layouts. This package simplifies the process of creating spacing between widgets in Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on gap_here