auto_scaffold_easy

Creator: coderz1093

Last updated:

0 purchases

auto_scaffold_easy Image
auto_scaffold_easy Images

Languages

Categories

Add to Cart

Description:

auto scaffold easy

A Scaffold which is ability to automatically select between bottom and side
navigation as the screen size changes.
Features #


Bottom Mode



Side Mode



Getting started #
To use this plugin, add auto_scaffold_easy as a dependency in your pubspec.yaml file.
Usage #
Use AutoScaffold just like Scaffold.
AutoScaffold(
saveState: true,
theme: TabTheme(labelType: LabelType.show),
body: [
TabItem(
label: "Home",
icon: Icon(Icons.home),
selectedIcon: Icon(Icons.home_outlined),
widget: Home(key: ValueKey("Home")),
),
TabItem(
label: "Star",
icon: Icon(Icons.star),
selectedIcon: Icon(Icons.star_border),
widget: Home(key: ValueKey("Star")),
),
],
);
copied to clipboard
Additional information #
Developer: Alfie
GitHub: yi226

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.