We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73901d commit f9bc2d7Copy full SHA for f9bc2d7
CHANGELOG.md
@@ -5,7 +5,7 @@
5
6
- Changes `Searcheable`, `SearchResult`, `PaginatedSearchResult` signatures to be generic `Searcheable<T>`, `SearchResult<T>`, `PaginatedSearchResult<T>`
7
- Adds a new `map<TOther>` method to `Searcheable<T>` and its subclasses to map the search result to a different type.
8
-- All search operations produce `Searcheable<Map<String, Object?>>` by default, which can be mapped to other types using the `cast<TOther>` method.
+- All search operations produce `Searcheable<Map<String, dynamic>>` by default, which can be mapped to other types using the `map<TOther>` method.
9
- Revert some of the `Object?` types that were changed from `dynamic`:
10
- `MeiliSearchClient` class `Future<Map<String, dynamic>> health();`
11
- `HttpRequest` class `Map<String, dynamic> headers();`
0 commit comments