FLUTTER ECOSYSTEM

atreeon/atreeon_menu_flutter

デモの目的で、単一のページに基づいてメニューのシリーズを表示します

atreeon_menu_flutter のプロジェクト画像
Stars
0
Forks
0
最終プッシュ(UTC)
2023/01/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