ensemble_dropdown 0.0.1
ensemble_dropdown: ^0.0.1 copied to clipboard
Accessible Dropdown with custom styling
Ensemble Dropdown Module #
Ensemble dropdown is a Flutter package that extends the capabilities of the dropdown_Button and used in Ensemble.
Installation #
Add the following dependency to your pubspec.yaml:
dependencies:
ensemble_dropdown:
git:
url: https://github.com/EnsembleUI/ensemble.git
ref: main # or a specific version
path: modules/ensemble_dropdown
Then run:
flutter pub get
Contributing #
Contributions are welcome! If you have ideas for improvements or find any issues, please fork the repository and submit a pull request. For major changes, it’s recommended to open an issue first to discuss your proposed changes.