Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

83 lines (54 loc) · 2.12 KB

Changelog

All notable changes to the "magic_dropdown_search" project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0]

Fixed

  • Adjust dropdown height handling and improve dialog positioning.

[0.0.9]

Fixed

  • Improve dialog positioning and handle the overflow issue.
  • Fixed the issue with the dropdown not closing when the user taps outside the dropdown.

[0.0.8]

Added

  • Added the itemBuilder property to customize the dropdown items.

Fixed

  • Fixed the issue with the hint style.
  • Fixed the issue with the dropdown style not updating.

[0.0.7]

Fixed

  • Fixed the issue with the dropdown style not updating.

[0.0.6]

Added

  • Added the DropDownBoxDecoration property to customize the dropdown box.

Removed

  • Removed the dropdownBoxDecoration property as InputDecoration.

[0.0.5]

Added

  • Added the dropdownBoxDecoration property to customize the dropdown box.

[0.0.4]

Added

  • Added the buttonDecoration property to customize the dropdown button.
  • Added the searchDecoration property to customize the search bar.
  • Make the dropdown button and search bar customizable.

Fixed

  • Fixed the issue with the dropdown global key.

[0.0.3]

Added

  • Added the isCanNotSelect property to disable the selection of a particular item in the dropdown.
  • Added the empty property widget to show a message when the dropdown is empty.

Fixed

  • Improve search functionality and handle empty lists

[0.0.2]

Fixed

  • Fixed the issue with the dropdown not making the selected item visible when the dropdown is opened.

[0.0.1]

Added

  • Initial release of the "magic_dropdown_search" package.
  • Dynamic data loading from API for dropdown search functionality.
  • Search functionality within the dropdown.
  • Customizable dropdown height and item height.
  • Initial value setting for the dropdown.
  • Essential customization options for the dropdown.
  • Contribution guidelines in the README.
  • MIT License file.