v0.1.0+1
atreeon_menu_flutter
デモ目的で、単一のページに基づいて一連のメニューを表示します。
2いいね 630日間ダウンロード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