circulardropdownmenu 1.0.1
circulardropdownmenu: ^1.0.1 copied to clipboard
The custom field shows the currently selected item as well as an arrow that opens a menu for selecting another item created by suryadevsingh.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add circulardropdownmenuThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
circulardropdownmenu: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:circulardropdownmenu/circulardropdownmenu.dart';