FLUTTER ECOSYSTEM

atreeon/atreeon_menu_flutter

根据单个页面显示一系列菜单,用于演示目的

atreeon_menu_flutter 项目封面
Stars
0
Forks
0
最近推送(UTC)
2023年1月18日
项目状态
未归档
Adrian GitHub avatar
GITHUB User

Adrian ↗

语言DartHTML

此仓库发布的插件

使用的依赖

依赖清单 2 项
  • flutter{"sdk":"flutter"}
  • flutter_test开发依赖{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

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!

atreeon_datagrid_responsive example

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),
        ],
    )

Features

Limitations

Other Notes / Information

written a few years ago