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