-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
46 lines (41 loc) · 970 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
45
46
name: drift_crdt
description: A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.
version: 1.0.9
repository: https://github.com/JanezStupar/drift_crdt.git
homepage: https://janezstupar.com
issue_tracker: https://github.com/JanezStupar/drift_crdt/issues
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
drift: ^2.15.0
sqflite: ^2.1.0
path: ^1.8.0
flutter:
sdk: flutter
synchroflite: ^0.1.3
crdt: ^5.1.2
json_serializable: ^6.2.0
json_annotation: ^4.8.1
dev_dependencies:
integration_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
drift_testcases:
git:
url: https://github.com/simolus3/drift.git
path: extras/integration_tests/drift_testcases
sqflite_common_ffi: ^2.2.5
test: ^1.22.0
build_runner: ^2.4.5
platforms:
linux:
windows:
macos:
android:
ios:
flutter:
assets:
- test_asset.db
- test_asset_migration.db