advanced_dropdown_flutter 0.0.2
advanced_dropdown_flutter: ^0.0.2 copied to clipboard
A customizable advanced dropdown Flutter package.
Advanced Dropdown #
This example demonstrates how to use the advanced_dropdown Flutter package.
Getting Started #
Run the example app to see the dropdown widget in action.
flutter run
## Usage
AdvancedDropdown(
items: ['Apple', 'Banana', 'Orange'],
onChanged: (value) {
print(value);
},
)
## Additional information
- Documentation & examples: https://github.com/flutterrakesh/advanced_dropdown.git
- Bug reports & feature requests: https://github.com/flutterrakesh/advanced_dropdown.git/issues
- Contributions are welcome via pull requests.
- Please expect responses within a reasonable time.