gapx 0.0.1 copy "gapx: ^0.0.1" to clipboard
gapx: ^0.0.1 copied to clipboard

A smart, ScreenUtil-aware spacing widget for Flutter that replaces SizedBox and automatically adapts to Row, Column, and Flex layouts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gapx

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

dependencies:
  gapx: ^0.0.1

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:gapx/gapx.dart';
1
likes
160
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

A smart, ScreenUtil-aware spacing widget for Flutter that replaces SizedBox and automatically adapts to Row, Column, and Flex layouts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_screenutil

More

Packages that depend on gapx