Skip to content

Latest commit

 

History

History
144 lines (105 loc) · 3.22 KB

File metadata and controls

144 lines (105 loc) · 3.22 KB

[0.4.8] - 2020.11.20

  • fix bug caused by last flutter SDK breaking changes #69
  • Add a getter for the selected item
  • Add a getter to check if the DropDownSearch is focused or not

[0.4.7] - 2020.10.30

  • fix bug default selectedItem #56

[0.4.6] - 2020.10.30

  • Invoke the dropdown programmatically
  • change dropdownSearch selected value programmatically
  • fix issue #25
  • fix issue #36
  • fix issue #51
  • fix issue #55

[0.4.5] - 2020.10.21

  • replace autoValidate by autoValidateMode
  • pass searchWord to loadingBuilder/emptyBuilder/errorBuilder
  • add searchBoxController to be used as default filter for example

[0.4.4] - 2020.07.06

  • fix bug

[0.4.3] - 2020.06.04

  • remove dropDownSearchDecoration duplication
  • add popupBarrierColor feature

[0.4.2] - 2020.05.23

  • add popupItemDisabled feature, to manage popupItems accessibility

[0.4.1] - 2020.05.17

  • handle dark and light theme
  • handle dropdownBuilder if item is Null

[0.4.0] - 2020.05.15

  • add dropdown icon customization
  • add clear button icon customization

[0.3.9] - 2020.05.12

  • manage default border color

[0.3.8] - 2020.05.11

  • fix issue: default selected item

[0.3.7] - 2020.05.10

  • update description

[0.3.6] - 2020.05.10

  • update description

[0.3.5] - 2020.05.10

  • fix issue

[0.3.4] - 2020.05.10

  • Integrate material design
  • make DropdownSearch as item of a form
  • manage validation form

[0.3.4] - 2020.05.01

  • fix bug error widget

[0.3.2] - 2020.05.01

  • add autoFocus searchBox feature

[0.3.1] - 2020.04.29

  • fix bug: filter items
  • fix menu mode background color

[0.3.0] - 2020.04.29

  • fix bug: empty items online

[0.2.9] - 2020.04.29

Added callbacks

  • emptyBuilder
  • loadingBuilder
  • errorBuilder

Improvement

  • improve Menu mode
  • improve bottomSheet mode

[0.2.8] - 2020.04.24

  • minor improvement

[0.2.7] - 2020.04.24

  • minor improvement

[0.2.6] - 2020.04.23

  • Health suggestions

[0.2.5] - 2020.04.23

  • Add showSelected option

[0.2.4] - 2020.04.14

  • Improve performance

[0.2.3] - 2020.04.13

  • Improve performance

[0.2.2] - 2020.04.13

  • BugFix

[0.2.1] - 2020.04.01

  • BugFix

[0.2.0] - 2020.04.01

  • Update README.md

[0.1.9] - 2020.04.01

  • Update README.md

[0.1.8] - 2020.04.01

  • Add catch error
  • Add Feature : Filter Function as parameter
  • Add Feature : enable/disable
  • Add Feature : add three mode : Menu, BottomSheet and Dialog
  • Add Feature : manageable height

[0.1.7] - 2020.03.29

  • Bug fix

[0.1.6] - 2020.03.29

  • Bug fix

[0.1.5] - 2020.03.29

  • Replace Stream by valueNotifier

[0.1.4] - 2020.03.29

  • Replace Stream by valueNotifier

[0.1.3] - 2020.03.28

  • possibility to load filter online once

[0.1.2] - 2020.03.27

  • improve performance

[0.1.1] - 2020.03.26

  • bloc bug fix

[0.1.0] - 2020.03.25

  • bug fix publication

[0.0.1] - 2020.03.24

  • First publication