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