Closed sanekyy closed 2 years ago
I need to have method like this:
Collection typesenseCollection() {
return TypesenseRepository.client.collection('collectionName');
}
Okay, thanks for sharing.
Hey @happy-san! When will you publish new version of package with this changes?
Hey @sanekyy Next version is not scheduled for any time soon. In the meantime, you can use the following in your pubspec.yaml
typesense-dart:
git:
url: git://github.com/typesense/typesense-dart.git
Hey @sanekyy, Thanks for your contribution. Could you elaborate on your use case and why you'd need direct access to the classes defined in these files?