helpful_components 0.3.0
helpful_components: ^0.3.0 copied to clipboard
Provides Helpful UI components
0.3.0 #
[Breaking Change]: Updated files architecture, to put each component inside "src" folder.
Added HelpfulComponentsTheme and HelpfulComponentsThemeData. Added CommonAlertDialogThemeData.
Added Parameters to the CommonAlertDialog: shape, elevation, textStyle, and showOkButton.
0.2.2 #
Added 2 New parameters in LazyBuilder, constraints and preventRedundantRebuilds.
Also fixed a Bug: LazyBuilder not re-generating the RenderBox on rebuild.
0.2.1 #
Added 2 New Components, LazyBuilder and PositionedAlign.
0.2.0 #
BREAKING CHANGE: Made key parameter an optional named parameter in RowInfo Widget.
0.1.0 #
BREAKING CHANGES:
Added onError option in CommonAsyncSnapshotResponses Updated onLoading option in CommonAsyncSnapshotResponses Added onLoading option in FutureDialog. Standardized parameter names in FutureDialog, CommonAsyncSnapshotResponses to, onData, onLoading and onError.
0.0.3 #
Added debug and throwError option for FutureDialog and CommonAsyncSnapshotResponses.
0.0.2 #
Updated showPopup function.
0.0.1 #
Added many helpful components.