algolia / algoliasearch-helper-flutter

⚡️ Building block to create instant-search applications with Flutter
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
Other
22 stars 15 forks source link

fix(HitsSearcher): non-initialized EventTracker #123

Closed jairoFernandez closed 8 months ago

jairoFernandez commented 8 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #124
Need Doc update no

Describe your change

I removed the restriction to define the EventTracker and added an unit test to cover that case

What problem is this fixing?

esentially when you need to initialize the FacetList the getter breaks the code, however, looking in the code is expected the null value.