styled_drop_down 1.0.3
styled_drop_down: ^1.0.3 copied to clipboard
A highly customizable dropdown widget for Flutter that displays a menu in an overlay with radio button selection
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add styled_drop_downThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
styled_drop_down: ^1.0.3Alternatively, 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:styled_drop_down/styled_drop_down.dart';