Skip to content

Commit 92b06c7

Browse files
algolia-botmillotp
andcommitted
fix(dart): add readme for composition (generated)
algolia/api-clients-automation#4389 Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent c8d3fdd commit 92b06c7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

packages/client_composition/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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).

0 commit comments

Comments
 (0)