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

outdated

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. 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 : #

Soon

Support me for more feature & packages Donate

Check my app : Visit

Check My Tutorial & Course : Watch

0
likes
0
pub points
81%
popularity

Publisher

verified publisherindratrisnar.com

Package for helping response and utility view in Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on d_view