addonsly library
A package of useful Dart and Flutter addons
Classes
- HSpacer
- HSpacer creates a horizontal separation between Widgets the same way you would use a SizedBox, but with predefined values from Paddings
- Paddings
- Defines the default double values to be used as padding sizes
- RowWithColumns
- A Row that contains a given number of widgets separated by a spacer.
- VSpacer
- VSpacer creates a vertical separation between Widgets the same way you would use a SizedBox, but with predefined values from Paddings
Extensions
- AddonslyList
- A collection of useful extensions on List
- AddonslyNullableObject
- A collection of useful extensions on Object?
- AddonslyNullableString
- A collection of useful extensions on String?
- AddonslyString
- A collection of useful extensions on String
- AddonslyWidgetList
- A collection of useful extensions on List<Widget>