File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
clients/algoliasearch-client-dart/packages/client_composition Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- centered logo -->
2+ <p align =" center " >
3+ <a href =" https://www.algolia.com " >
4+ <img alt="Algolia for Dart" src="https://raw.githubusercontent.com/algolia/algoliasearch-client-common/master/banners/dart.png" >
5+ </a >
6+ </p >
7+
8+ <!-- centered badges -->
9+ <p align =" center " >
10+ <a href =" https://pub.dartlang.org/packages/algolia_client_composition " ><img src =" https://img.shields.io/pub/v/algolia_client_composition.svg " alt =" Latest version " ></a >
11+ <a href =" https://pub.dev/packages/algolia_client_composition/publisher " ><img src =" https://img.shields.io/pub/publisher/algolia_client_composition.svg " alt =" Publisher " ></a >
12+ </p >
13+
14+ <h3 align =" center " >
15+ <strong >Algolia Composition API Client</strong >
16+ </h3 >
17+
18+ <p align =" center " >
19+ The Algolia Composition API Client allows you to enrich your search queries by using compositions.
20+ </p >
21+
22+ ## 💡 Installation
23+
24+ Add Algolia Composition API Client as a dependency in your project directly from pub.dev:
25+
26+ #### For Dart projects:
27+
28+ ``` shell
29+ dart pub add algolia_client_composition
30+ ```
31+
32+ #### For Flutter projects:
33+
34+ ``` shell
35+ flutter pub add algolia_client_composition
36+ ```
37+
38+ ## License
39+
40+ Algolia API Client is an open-sourced software licensed under the [ MIT license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments