nebula library

nebula makes your Flutter development journey easier by providing helper widgets, utilities and abstractions.

Classes

Dimension
Dimension is a Builder widget that gives the height and width derived from the provided BuildContext. If the context is null, then this will give the height and width of its own context as in the widget tree
FitSize
FitSize will fit your widget in the provided dimensions. The widget is wrapped in a FittedBox and a SizedBox
OverlayController
OverlayController is used to push and pop overlay entries to multiple contexts
OverlayStore
OverlayStore handles pushing overlays to multiple contexts and popping them appropriately, or upon user request.