Skip to content

Releases: smartive/flutter-generic-dropdown-widget

v2.1.0

26 Feb 16:52
Compare
Choose a tag to compare

2.1.0 (2024-02-26)

Features

  • add configurable barrier (backdrop) color (#17) (0b9b4b9)

v2.0.1

26 Feb 16:40
Compare
Choose a tag to compare

2.0.1 (2024-02-26)

Bug Fixes

  • reposition on screen out-of-bounds (#16) (3b76e90)

v2.0.0

12 Jun 13:49
Compare
Choose a tag to compare

2.0.0 (2023-06-12)

Features

BREAKING CHANGES

  • This removes Flutter 2.x
    support. Users of the package need to update to
    Flutter 3.x SDK versions to further use the package.

v1.1.0

11 May 08:38
Compare
Choose a tag to compare

1.1.0 (2023-05-11)

Features

v1.0.1

09 Mar 07:48
Compare
Choose a tag to compare

1.0.1 (2023-03-09)

Bug Fixes

  • code style: use formatter and examples (#2) (8e32070)

v1.0.0

08 Mar 14:12
Compare
Choose a tag to compare

1.0.0 (2023-03-08)

Features

  • add close on outside tag flag (a157df1)
  • add openOnRender flag (943433c)
  • dropdown: add first version of the generic dropdown. (3e88082)