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

outdated

Helpful Flutter addons

example workflow

Addonsly #

A package of useful Dart and Flutter addons

Features #

The package includes the following features:

  • widgets
  • class extensions (for Object, String, List etc.)
  • UI constants

Widgets #

Horizontal nad vertical spacers for UI content layout that extends SizedBox widget.

Extensions #

List<Widget> extensions like joinWithSeparator() method that allows to add spacers or other widgets between widgets from a list.

String extensions like:

  • nullify getter which return null if the string is empty
  • capitalized or firstCapitalLetter getters for some basic string operations.

Object extensions like unwrappedString getter that returns a String representation of an Object or - if it is null or an empty String

Constants #

Paddings set of double values useful for UI dimensions fine tuning.

1
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Helpful Flutter addons

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on addonsly