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