forked from flutterdata/flutter_data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (41 loc) · 935 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: flutter_data
description: >
The seamless way to work with persistent data models in Flutter. Inspired by
Ember Data and ActiveRecord.
version: 0.8.0
homepage: https://github.com/flutterdata/flutter_data
documentation: https://flutterdata.dev/
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
analyzer: ^1.7.0
async: ^2.6.1
build: ^2.0.2
build_resolvers: ^2.0.3
collection: ^1.15.0
crypto: ^3.0.1
equatable: ^2.0.2
glob: ^2.0.1
hive: ^2.0.4
http: ^0.13.3
inflection3: ^0.5.3+2
json_annotation: ^4.0.1
meta: ^1.3.0
path: ^1.8.0
pubspec_parse: ^1.0.0
riverpod: ^0.14.0+3
source_gen: ^1.0.1
state_notifier: ^0.7.0
uuid: ^3.0.4
dev_dependencies:
build_runner: ^2.0.4
build_test: ^2.1.0
freezed: ^0.14.2
freezed_annotation: ^0.14.2
json_serializable: ^4.1.3
matcher: ^0.12.10
mockito: ^5.0.9
pedantic: ^1.11.0
source_gen_test: ^1.0.0
test: ^1.17.5
test_cov: ^1.0.1