File tree 3 files changed +18
-21
lines changed
objectbox/example/flutter
3 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,20 @@ publish_to: 'none'
4
4
version : 1.0.0+1
5
5
6
6
environment :
7
- sdk : ' >=3.2.6 <4.0.0 '
7
+ sdk : ^3.5.0 # This matches what ObjectBox requires, but can be higher for your application
8
8
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
12
objectbox : ^4.1.0
13
13
objectbox_flutter_libs : any
14
- intl : any
15
- path_provider : ^2.0.10
16
- path : ^1.8.0
14
+ intl : ^0.20.2
15
+ path_provider : ^2.1.5
16
+ path : ^1.9.1
17
17
18
18
dev_dependencies :
19
- # flutter_lints 3.0.0 requires Dart 3, but CI still testing down to Dart 2.19 (Flutter 3.7)
20
- flutter_lints : ' >=2.0.3 <4.0.0'
21
- build_runner : ^2.0.0
19
+ flutter_lints : ^3.0.2
20
+ build_runner : ^2.4.11
22
21
objectbox_generator : any
23
22
24
23
flutter :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish_to: 'none'
4
4
version : 1.0.0+1
5
5
6
6
environment :
7
- sdk : ' >=3.2.6 <4.0.0 '
7
+ sdk : ^3.5.0 # This matches what ObjectBox requires, but can be higher for your application
8
8
9
9
dependencies :
10
10
flutter :
@@ -14,14 +14,13 @@ dependencies:
14
14
# if objectbox-android-objectbrowser in android/app/build.gradle has to be updated.
15
15
objectbox : 4.1.0
16
16
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
20
20
21
21
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
25
24
objectbox_generator : any
26
25
27
26
flutter :
Original file line number Diff line number Diff line change @@ -4,21 +4,20 @@ publish_to: 'none'
4
4
version : 1.0.0+1
5
5
6
6
environment :
7
- sdk : ' >=3.2.6 <4.0.0 '
7
+ sdk : ^3.5.0 # This matches what ObjectBox requires, but can be higher for your application
8
8
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
12
objectbox : ^4.1.0
13
13
objectbox_sync_flutter_libs : any # For Sync support use this instead of objectbox_flutter_libs.
14
- intl : any
15
- path_provider : ^2.0.10
16
- path : ^1.8.0
14
+ intl : ^0.20.2
15
+ path_provider : ^2.1.5
16
+ path : ^1.9.1
17
17
18
18
dev_dependencies :
19
- # flutter_lints 3.0.0 requires Dart 3, but CI still testing down to Dart 2.19 (Flutter 3.7)
20
- flutter_lints : ' >=2.0.3 <4.0.0'
21
- build_runner : ^2.0.0
19
+ flutter_lints : ^3.0.2
20
+ build_runner : ^2.4.11
22
21
objectbox_generator : any
23
22
24
23
flutter :
You can’t perform that action at this time.
0 commit comments