Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T09:03:31.000Z (over 1 year ago)
- Last Synced: 2024-08-04T19:10:37.783Z (3 months 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
![showcase](https://github.com/jzoom/images/raw/master/dropdown_menu.gif)
****
![showcase](https://github.com/jzoom/images/raw/master/dropdown_menu1.gif)![showcase](https://github.com/jzoom/images/raw/master/dropdown_menu2.gif)
## 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)