-
Notifications
You must be signed in to change notification settings - Fork 133
/
Copy pathpubspec.yaml
30 lines (27 loc) · 1017 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
name: objectbox_generator
description: ObjectBox Flutter / Dart database binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
# Link to actual directory in repository so file links on pub.dev work.
repository: https://github.com/objectbox/objectbox-dart/tree/main/generator
homepage: https://objectbox.io
version: 4.2.0
environment:
sdk: '^3.5.0' # analyzer 6.5.0 requires meta 1.14.0 requires Flutter SDK 3.24.0 requires 3.5.0
dependencies:
objectbox: 4.2.0
analyzer: '>=6.5.0 <8.0.0' # dart_style 2.3.7 requires 6.5.0
build: ^2.4.1
collection: ^1.18.0 # Would require 1.19.1, but Flutter 3.24.0 has 1.18.0 pinned
dart_style: '>=2.3.7 <4.0.0' # require 2.3.7 for languageVersion in DartFormatter constructor
glob: ^2.1.3
path: ^1.9.1
source_gen: ">=1.5.0 <3.0.0"
pubspec_parse: ^1.4.0
yaml: ^3.1.3
http: ^1.3.0
pointycastle: ^4.0.0
dev_dependencies:
test: ^1.25.8
lints: ^3.0.0
pub_semver: ^2.2.0
package_config: ^2.2.0
build_test: ^2.2.2