v0.1.0+1
atreeon_menu_flutter
根据单个页面显示一系列菜单,用于演示目的。
2喜欢 6近 30 天下载150Pub 分数
AndroidiOSWebmacOSWindowsLinux
根据单个页面显示一系列菜单,用于演示目的
{"sdk":"flutter"}{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
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!
atreeon_datagrid_responsive example
Written a long time ago so the code might not be the best.
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),
],
)
written a few years ago