addonsly 0.0.5 icon indicating copy to clipboard operation
addonsly: ^0.0.5 copied to clipboard

Helpful Flutter addons like widgets, constants, extensions, etc.

example workflow pub package License: MIT style: very good analysis codecov

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 and vertical spacers (HSpacer and VSpacer) for UI content layout that extends SizedBox widget,
  • RowWithColumns widget that contains a given number of widgets separated by a spacer

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.

0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Helpful Flutter addons like widgets, constants, extensions, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on addonsly