enhanced_drop_down 0.1.1
enhanced_drop_down: ^0.1.1 copied to clipboard
A completely customizable drop down widget with a label. You can edit the label's name, the data for the drop down, the default value presented, provide a url to fetch data and get the value the user [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add enhanced_drop_downThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
enhanced_drop_down: ^0.1.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:enhanced_drop_down/enhanced_drop_down.dart';