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

A flutter package for creating space between widgets without have to write the SizedBox or Container widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sizedbox_extention

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

dependencies:
  sizedbox_extention: ^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:sizedbox_extention/sizedbox_extention.dart';
3
likes
150
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for creating space between widgets without have to write the SizedBox or Container widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sizedbox_extention