d_view 0.0.5 copy "d_view: ^0.0.5" to clipboard
d_view: ^0.0.5 copied to clipboard

Package for helping response and utility view in Flutter

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

0
likes
150
points
62
downloads

Publisher

verified publisherindratrisnar.com

Weekly Downloads

Package for helping response and utility view in Flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on d_view