enhanced_drop_down 0.4.1+1
enhanced_drop_down: ^0.4.1+1 copied to clipboard
A completely customizable drop down widget that comes with a label built in. You can customize the label, the data, the default value and more.
0.4.1+1 #
- No code changes. Changelog updated for clarification.
0.4.1+0 #
- Upgrading http package to 1.5.0
- Upgrading example application (AGP, Gradle, Compile/Target SDK)
0.4.0+3 #
- Removing dart:io usage
0.4.0+2 #
- Project fixes
0.4.0+1 #
- Refactoring entire project
- Adding an example for using data from an endpoint that is an array of strings
- A loading indicator now displays when data is fetched from an endpoint
0.3.4+1 #
- Formatting changelog
0.3.4+0 #
- Correcting usage of length instead of isEmpty
0.3.3+0 #
- Moved to Embedding V2
0.3.2+0 #
- Officially supporting Dart 3
0.3.1+0 #
- Correcting README formatting, fixing example mocks, adding documentation for APIs
0.3.0+0 #
- Upgrading packages, support Dart version
0.2.0+2 #
- Improving documentation
0.2.0+1 #
- Correcting formatting
0.2.0 #
- Updating API to support JSON response of custom objects
0.1.7+1 #
- Correcting screenshots in readme
0.1.7 #
- Adding screenshots to readme, updating example project
0.1.6 #
- Formatting fixes
0.1.5 #
- Refactored entire API, exposed two ways to instantiate widget
0.1.4 #
- Upgraded dependency of http library to 0.13.0 and made changes according to its changed API
- Added required attributes (opted to Null safety)
0.1.3 #
- Upgraded dependency of http library to 0.12.2, added documentation
0.1.2 #
- Shortened description of package and formatted main dart file
0.1.1 #
- Fixing initial values and changes according to Flutter package scoring
- Enabled parsing of urls to populate drop down.
0.1.0 #
- Initial Version