-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (39 loc) · 1.59 KB
/
pubspec.yaml
File metadata and controls
42 lines (39 loc) · 1.59 KB
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
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: 5.3.1
environment:
sdk: '^3.7.0' # source_gen 3.0.0 requires 3.7 and 3.7 has new dart format
dependencies:
objectbox: 5.3.1
# https://pub.dev/packages/analyzer/changelog
# source_gen 4.0.1 requires 8.1.1
analyzer: '>=8.1.1 <11.0.0'
# https://pub.dev/packages/build/changelog
# Require 4.0.0 to remove discontinued build_runner_core, also build_test 3.5.0 requires 4.0.0
build: '>=4.0.0 <5.0.0'
# https://pub.dev/packages/collection/changelog
# Require 1.19.1 because lowest supported Flutter 3.29 has it pinned
# https://github.com/dart-lang/sdk/blob/main/docs/Flutter-Pinned-Packages.md
collection: ^1.19.1
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
# https://pub.dev/packages/source_gen/changelog
# Require 4.0.1, older versions use APIs removed in analyzer 8.4.0
source_gen: ^4.0.1
pubspec_parse: ^1.4.0
yaml: ^3.1.3
http: ^1.3.0
pointycastle: ^4.0.0
dev_dependencies:
test: ^1.25.8
lints: '>=5.0.0 <7.0.0' # 6.0.0 requires Dart 3.8, but still testing with 3.7
pub_semver: ^2.2.0
package_config: ^2.2.0
# https://pub.dev/packages/build_test/changelog
# Require 3.5.0 to use new TestBuilderResult APIs
build_test: ^3.5.0
logging: ^1.3.0