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

A simple set of widget that can be customize.

check_goods_widgets #

this is a package with some useful widget to to save time

Example #

Scaffold(
      appBar: GoodsAppBar(
        AppStrings.appName,
        rightTitle: CircleAccountIcon(),
      ),
      body: Center(
        child: GoodsButton(),
      ),
      bottomNavigationBar: GoodsBottomBar(
        currentIndex: currentIndex,
        onTap: navigate,
      ),
      drawer: GoodsDrawer(
        headerChild: Text("Title"),
        accounts: [           
        ListTile(
        leading: CircleAccountIcon(),
        title: Text("prova"),
      ),
        ]
      ),
    );
1
likes
40
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A simple set of widget that can be customize.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on check_goods_widgets