styled_drop_down 1.0.1 copy "styled_drop_down: ^1.0.1" to clipboard
styled_drop_down: ^1.0.1 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 Dart:

 $ dart pub add styled_drop_down

With Flutter:

 $ flutter pub add styled_drop_down

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  styled_drop_down: ^1.0.1

Alternatively, your editor might support dart pub get or 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';
12
likes
0
points
18
downloads

Publisher

verified publisherwogood.work.gd

Weekly Downloads

A highly customizable dropdown widget for Flutter that displays a menu in an overlay with radio button selection

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on styled_drop_down