typesense 0.5.2 copy "typesense: ^0.5.2" to clipboard
typesense: ^0.5.2 copied to clipboard

Dart client library for accessing the HTTP API of Typesense search engine.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add typesense
copied to clipboard

With Flutter:

 $ flutter pub add typesense
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  typesense: ^0.5.2
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:typesense/typesense.dart';
copied to clipboard
58
likes
160
points
3.9k
downloads

Publisher

verified publishertypesense.org

Weekly Downloads

2024.09.22 - 2025.04.06

Dart client library for accessing the HTTP API of Typesense search engine.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

crypto, http

More

Packages that depend on typesense