paddinger 0.2.0 copy "paddinger: ^0.2.0" to clipboard
paddinger: ^0.2.0 copied to clipboard

Code generation for Flutter Padding widgets based on your constants.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add paddinger

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

dependencies:
  paddinger: ^0.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:paddinger/paddinger.dart';
18
likes
130
pub points
0%
popularity

Publisher

verified publisheremanuelepapa.dev

Code generation for Flutter Padding widgets based on your constants.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, paddinger_annotations, recase, source_gen

More

Packages that depend on paddinger