d_view

D'View is a package that provides wigdet for response and other basic needs in a concise way.

Screenshot

dview_1 dview_2

Usage

  1. Response
DView.empty(),
DView.error(),
DView.loadingBar(),
DView.loadingCircle(),
  1. Box spaceHeight() inside Column spaceWidth() inside Row
DView.spaceHeight(),
DView.spaceWidth(8),
  1. Text
DView.textTitle("D'View"),
DView.textAction(
    () {
        print('click See All 2');
    },
    text: 'SEMUA',
    size: 20,
    iconRight: Icons.navigate_next,
),

Tutorial :

Watch

Support me for more feature & packages Donate

Check my app : Visit

Check My Tutorial & Course : Watch

Libraries

d_view