atreeon_menu_flutter

Last updated:

0 purchases

atreeon_menu_flutter Image
atreeon_menu_flutter Images
Add to Cart

Description:

atreeon menu flutter

atreeon_menu_flutter #
Displays a series of menus with navigation built in for single pages. I use this to demo various aspects of various widgets.
Should work on all devices but let me know if it doesn't!



Written a long time ago so the code might not be the best.
Simple Demo #
see examples folder for more examples
MenuSand(
"Demos",
[
MenuWidget(
Column(
children: [
Text("this"),
Text("is"),
Text("a menu widget, anything goes"),
],
),
),
MenuItemAdi("A page with no scaffold and menu", () => APage(), false),
],
)
copied to clipboard
Features #
Limitations #
Other Notes / Information #
written a few years ago

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.