FLUTTER ECOSYSTEM

atreeon/atreeon_menu_flutter

Exibe uma série de menus com base em páginas únicas para fins de demonstração

Capa do projeto atreeon_menu_flutter
Stars
0
Forks
0
Último push (UTC)
18 de jan. de 2023
Status do projeto
Ativo
Adrian GitHub avatar
GITHUB User

Adrian ↗

LinguagensDartHTML

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 2 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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