forked from algolia/algoliasearch-helper-flutter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
26 lines (26 loc) · 830 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: algolia_helper_flutter
description: Patterns and APIs to implement advanced search features with Algolia for Flutter
version: 0.5.0
homepage: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
repository: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=1.17.0'
dependencies:
algolia_insights: ">=0.2.2 <1.0.0"
algoliasearch: ">=0.3.0 <1.0.0"
collection: ">=1.17.0 <2.0.0"
flutter:
sdk: flutter
logging: ">=1.0.0 <2.0.0"
meta: ">=1.7.0 <2.0.0"
rxdart: ">=0.26.0 <1.0.0"
dev_dependencies:
build_runner: ">=2.0.0 <3.0.0"
flutter_lints: ">=2.0.0 <3.0.0"
flutter_test:
sdk: flutter
lints: ">=2.1.0 <3.0.0"
mockito: ">=5.0.0 <6.0.0"
provider: ">=6.0.0 <7.0.0"
test: ">=1.20.0 <2.0.0"