Skip to content

Commit afe57f1

Browse files
Relations demo: run pub upgrade --tighten with Flutter SDK 3.22.0
1 parent 889e98d commit afe57f1

File tree

1 file changed

+6
-7
lines changed
  • objectbox/example/flutter/objectbox_demo_relations

1 file changed

+6
-7
lines changed

objectbox/example/flutter/objectbox_demo_relations/pubspec.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 1.0.0+1
55

66
environment:
7-
sdk: '>=3.2.6 <4.0.0'
7+
sdk: ^3.4.0
88

99
dependencies:
1010
flutter:
@@ -14,14 +14,13 @@ dependencies:
1414
# if objectbox-android-objectbrowser in android/app/build.gradle has to be updated.
1515
objectbox: 4.1.0
1616
objectbox_flutter_libs: any
17-
intl: any
18-
path_provider: ^2.0.10 # 2.0.11+ requires Flutter 2.8.0
19-
path: ^1.8.0
17+
intl: ^0.20.2
18+
path_provider: ^2.1.5
19+
path: ^1.9.1
2020

2121
dev_dependencies:
22-
# flutter_lints 3.0.0 requires Dart 3, but CI still testing down to Dart 2.19 (Flutter 3.7)
23-
flutter_lints: '>=2.0.3 <4.0.0'
24-
build_runner: ^2.0.0
22+
flutter_lints: ^3.0.2
23+
build_runner: ^2.4.11
2524
objectbox_generator: any
2625

2726
flutter:

0 commit comments

Comments
 (0)