typesense-dart icon indicating copy to clipboard operation
typesense-dart copied to clipboard

Dart client for Typesense

Results 7 typesense-dart issues
Sort by recently updated
recently updated
newest added

### Describe the bug I`m attempt use a self installed typesense server to get better search in my Flutter web project. Is a simple personal project to start learning about...

bug

### Is your feature request related to a problem? Please describe. [`_cachedResponses`](https://github.com/typesense/typesense-dart/blob/96db58e96498b88a9af0bdad12067f0708a35719/lib/src/services/request_cache.dart#L9) doesn't have a limit on the number of `_Cache`'s it can store and the expired `_Cache` is [conditionally...

enhancement
good first issue

### Is your feature request related to a problem? Please describe. Hey Guys: the key to this product is video tutorials.. You can have the best secret software out there...

enhancement

### Is your feature request related to a problem? Please describe. I miss the known type safety by missing models for `SearchParameters` and `SearchResponse`, a map is always not as...

enhancement

## Change Summary Related to #110 ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).

### Is your feature request related to a problem? Please describe. Currently, the `codecov` badge in README isn't connected to CI and shows `Unknown` status ### Describe the solution you'd...

enhancement
help wanted

### Describe the bug I'm using typesense client to do multi search. When I noticed that `TimeoutException` was thrown for some users, I kept increasing `connectionTimeout` and it fixed the...

bug