Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 1.4 KB

[2.3.0] - February 2nd, 2023

  • Update default search page style to match Material 3.
  • Add very_good_analysis package.

[2.2.0] - September 13rd, 2022

  • Add ability to sort results in search page.

[2.1.0] - September 13rd, 2022

  • BREAKING CHANGE: Set min Flutter version to 3.3.0.

[2.0.0+1] - April 1st, 2021

  • Migrated to null-safety.

[1.4.0+1] - March 5th, 2021

  • Fixed some theming conflicts introduced with Flutter v2.0.

[1.4.0] - January 3rd, 2021

Thanks to @quaintdev for this release.

  • Added onQueryUpdate parameter.
  • Added searchStyle parameter.
  • Improved pacakge test coverage.

[1.3.0] - May 11th, 2020

Thanks to @obrunsmann for this release.

  • Added showItemsOnEmpty parameter.

[1.2.0] - April 30th, 2020

Thanks to @i62lucoc for the feedback.

  • Added itemStartsWith parameter.
  • Added itemEndsWith parameter.

[1.1.1] - April 1st, 2020

  • Added even more tests: full coverage!

[1.1.0] - March 31st, 2020

  • Added a bunch of tests to this package.
  • Added GitHub Actions CI.
  • Updated minium Flutter SDK to v1.10.

[1.0.0] - January 24th, 2020

  • Now this package is consider STABLE: no more breaking changes expected.
  • Raised Dart SDK to v2.7.

[0.1.0+1] - December 6th, 2019

  • Updated documentation

[0.1.0] - December 3rd, 2019

  • First release!