D'View is a package that provides wigdet for response and other basic needs in a concise way.
- Response
DView.empty(),
DView.error(),
DView.loadingBar(),
DView.loadingCircle(),
- Space
@Deprecated spaceHeight() inside Column spaceWidth() inside Row
DView.spaceHeight(),
DView.spaceWidth(8),
Migarte to:
height() inside Column width() inside Row
with default size: defaultSpace, set this variable in main
to set global space for height() and width() size.
DView.defaultSpace = 20;
DView.height(),
DView.width(8),
- Text
DView.textTitle("D'View"),
DView.textAction(
() {
print('click See All 2');
},
text: 'SEMUA',
size: 20,
iconRight: Icons.navigate_next,
),
Support me for more feature & packages Donate
Check my app : Visit
Check My Tutorial & Course : Watch