0 purchases
check goods widgets
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"),
),
]
),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.