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 on List<T>
A collection of useful extensions on List
AddonslyNullableObject on Object?
A collection of useful extensions on Object?
AddonslyNullableString on String?
A collection of useful extensions on String?
AddonslyString on String
A collection of useful extensions on String
AddonslyWidgetList on List<Widget>
A collection of useful extensions on List<Widget>