-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
34 lines (29 loc) · 930 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
name: objectbox_demo
description: Note taking example app using a Sync-enabled ObjectBox Flutter database.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
objectbox: ^4.1.0
objectbox_sync_flutter_libs: any # For Sync support use this instead of objectbox_flutter_libs.
intl: any
path_provider: ^2.0.10
path: ^1.8.0
dev_dependencies:
# flutter_lints 3.0.0 requires Dart 3, but CI still testing down to Dart 2.19 (Flutter 3.7)
flutter_lints: '>=2.0.3 <4.0.0'
build_runner: ^2.0.0
objectbox_generator: any
flutter:
uses-material-design: true
## Note: these overrides are only for ObjectBox internal development, don't use them in your app.
#dependency_overrides:
# objectbox:
# path: ../../../../objectbox
# objectbox_generator:
# path: ../../../../generator
# objectbox_sync_flutter_libs:
# path: ../../../../sync_flutter_libs