File tree Expand file tree Collapse file tree 12 files changed +16
-15
lines changed
dart-native/vectorsearch_cities
event_management_tutorial Expand file tree Collapse file tree 12 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Superfast NoSQL Flutter / Dart database. This package contains Flut
3
3
# Link to actual directory in repository so file links on pub.dev work.
4
4
repository : https://github.com/objectbox/objectbox-dart/tree/main/flutter_libs
5
5
homepage : https://objectbox.io
6
- version : 4.2 .0
6
+ version : 4.3 .0
7
7
8
8
environment :
9
9
sdk : ' >=2.18.0 <4.0.0'
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
# This is here just to ensure compatibility between objectbox-dart code and the libraries used
16
16
# You should still depend on objectbox directly in your Flutter application.
17
- objectbox : 4.2 .0
17
+ objectbox : 4.3 .0
18
18
path_provider : ^2.0.0
19
19
20
20
dev_dependencies :
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ class Version {
4
4
///
5
5
/// This string is updated by the /tool/set-version.sh script
6
6
/// as part of the release process.
7
- static const String current = "4.2 .0" ;
7
+ static const String current = "4.3 .0" ;
8
8
}
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: ObjectBox Flutter / Dart database binding code generator - finds an
3
3
# Link to actual directory in repository so file links on pub.dev work.
4
4
repository : https://github.com/objectbox/objectbox-dart/tree/main/generator
5
5
homepage : https://objectbox.io
6
- version : 4.2 .0
6
+ version : 4.3 .0
7
7
8
8
environment :
9
9
sdk : ' ^3.5.0' # analyzer 6.5.0 requires meta 1.14.0 requires Flutter SDK 3.24.0 requires 3.5.0
10
10
11
11
dependencies :
12
- objectbox : 4.2 .0
12
+ objectbox : 4.3 .0
13
13
analyzer : ' >=6.5.0 <8.0.0' # dart_style 2.3.7 requires 6.5.0
14
14
build : ^2.4.1
15
15
collection : ^1.18.0 # Would require 1.19.1, but Flutter 3.24.0 has 1.18.0 pinned
Original file line number Diff line number Diff line change 1
- ## latest
1
+ ## 4.3.0 (2025-05-28)
2
2
3
3
* Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [ 4.3.0] ( https://github.com/objectbox/objectbox-c/releases/tag/v4.3.0 ) .
4
+ This includes significant improvements to ObjectBox Sync like raising the maximum messages/transaction size.
4
5
* Update ObjectBox database for Flutter Android apps to 4.3.0.
5
6
If your project is [ using Admin] ( https://docs.objectbox.io/data-browser#admin-for-android ) , make
6
7
sure to update to ` io.objectbox:objectbox-android-objectbrowser:4.3.0 ` in ` android/app/build.gradle ` .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ environment:
6
6
sdk : ^2.18.6
7
7
8
8
dependencies :
9
- objectbox : ^4.2 .0
9
+ objectbox : ^4.3 .0
10
10
11
11
dev_dependencies :
12
12
build_runner : ^2.4.9
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
15
- objectbox : ^4.2 .0
15
+ objectbox : ^4.3 .0
16
16
objectbox_flutter_libs : any
17
17
intl : any
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
15
- objectbox : ^4.2 .0
15
+ objectbox : ^4.3 .0
16
16
objectbox_flutter_libs : any
17
17
intl : any
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- objectbox : ^4.2 .0
12
+ objectbox : ^4.3 .0
13
13
objectbox_flutter_libs : any
14
14
intl : ^0.20.2
15
15
path_provider : ^2.1.5
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
# Optional: specify a concrete version when using ObjectBox Admin - https://docs.objectbox.io/data-browser
13
13
# Note: when updating objectbox, check the release notes (https://github.com/objectbox/objectbox-dart/releases)
14
14
# if objectbox-android-objectbrowser in android/app/build.gradle has to be updated.
15
- objectbox : 4.2 .0
15
+ objectbox : 4.3 .0
16
16
objectbox_flutter_libs : any
17
17
intl : ^0.20.2
18
18
path_provider : ^2.1.5
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- objectbox : ^4.2 .0
12
+ objectbox : ^4.3 .0
13
13
objectbox_sync_flutter_libs : any # For Sync support use this instead of objectbox_flutter_libs.
14
14
intl : ^0.20.2
15
15
path_provider : ^2.1.5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: https://objectbox.io
4
4
# Link to actual directory in repository so file links on pub.dev work.
5
5
repository : https://github.com/objectbox/objectbox-dart/tree/main/objectbox
6
6
documentation : https://docs.objectbox.io
7
- version : 4.2 .0
7
+ version : 4.3 .0
8
8
9
9
environment :
10
10
# minimum Dart SDK (also see generator and flutter_libs)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Fast Flutter database for persisting Dart objects. This package con
3
3
# Link to actual directory in repository so file links on pub.dev work.
4
4
repository : https://github.com/objectbox/objectbox-dart/tree/main/sync_flutter_libs
5
5
homepage : https://objectbox.io
6
- version : 4.2 .0
6
+ version : 4.3 .0
7
7
8
8
environment :
9
9
sdk : ' >=2.18.0 <4.0.0'
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
# This is here just to ensure compatibility between objectbox-dart code and the libraries used
16
16
# You should still depend on objectbox directly in your Flutter application.
17
- objectbox : 4.2 .0
17
+ objectbox : 4.3 .0
18
18
path_provider : ^2.0.0
19
19
20
20
dev_dependencies :
You can’t perform that action at this time.
0 commit comments