common_control 0.0.59 copy "common_control: ^0.0.59" to clipboard
common_control: ^0.0.59 copied to clipboard

A new widget to replace the default widget

Common Control #

A new widget to replace the default widget

How to use #

A common control is a widget that replaces the default widget.

CColumn(
        padding: EdgeInset.all(10),
        margin: EdgeInset.all(10),
        onTab: () => {},
        flex: 1,
        gap: 10,
     ),
     
CRow(
        padding: EdgeInset.all(10),
        margin: EdgeInset.all(10),
        onTab: () => {},
        flex: 1,
        gap: 10,
     ),     
4
likes
120
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

A new widget to replace the default widget

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, custom_refresh_indicator, flutter, flutter_spinkit, flutter_svg, get, http, image_picker, xtyle

More

Packages that depend on common_control