https://github.com/best-flutter/flutter_dropdown_menu
A dropdown menu for Flutter.
https://github.com/best-flutter/flutter_dropdown_menu
flutter flutter-widget
Last synced: 5 months ago
JSON representation
A dropdown menu for Flutter.
- Host: GitHub
- URL: https://github.com/best-flutter/flutter_dropdown_menu
- Owner: best-flutter
- License: mit
- Created: 2018-05-25T08:16:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T09:03:31.000Z (about 3 years ago)
- Last Synced: 2024-08-04T19:10:37.783Z (almost 2 years ago)
- Topics: flutter, flutter-widget
- Language: Dart
- Size: 291 KB
- Stars: 265
- Watchers: 7
- Forks: 71
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# flutter_dropdown_menu
A dropdown menu for Flutter.
## Showcase

****


## Table of contents
## Installion
```
dropdown_menu: ^1.1.0
```
## Build simple list menu
## Build tree menu
## Build custom menu
# How to use
```
```
## Examples
>see[main.dart](https://github.com/jzoom/flutter_dropdown_menu/blob/master/example/lib/main.dart)