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. 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),
  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