-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Error: No named parameter with the name 'maxFacetHits'.
Context: Found this candidate, but the arguments don't match.
This comes once I upgraded the Flutter version to 3.27
. But I fixed locally by adding the maxFacetHits
to the search_for_hits.dart
and search_for_hits.g.dart
file.
Client
All
Version
1.27.3
Relevant log output
AppData/Local/Pub/Cache/hosted/pub.dev/algolia_helper_flutter-1.1.0/lib/src/service/algolia_client_extensions.dart:41:7: Error: No named parameter with the name 'maxFacetHits'.
maxFacetHits: maxFacetHits,
^^^^^^^^^^^^
/AppData/Local/Pub/Cache/hosted/pub.dev/algolia_client_search-1.27.3/lib/src/model/search_for_hits.dart:21:9: Context: Found this candidate, but the arguments don't match.
const SearchForHits({
^^^^^^^^^^^^^
SoleneMG, sydneyagcaoili and Mohamed-173
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working