File tree 12 files changed +15
-15
lines changed
dart-native/vectorsearch_cities
event_management_tutorial
12 files changed +15
-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.0.2
6
+ version : 4.0.3
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.0.2
17
+ objectbox : 4.0.3
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.0.2 " ;
7
+ static const String current = "4.0.3 " ;
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.0.2
6
+ version : 4.0.3
7
7
8
8
environment :
9
9
sdk : ' >=2.18.0 <4.0.0'
10
10
11
11
dependencies :
12
- objectbox : 4.0.2
12
+ objectbox : 4.0.3
13
13
analyzer : ' >=5.2.0 <7.0.0' # 5.1.0 has a bug where DartType.element has been removed.
14
14
build : ^2.0.0
15
15
collection : ^1.15.0
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.0.2
9
+ objectbox : ^4.0.3
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.0.2
15
+ objectbox : ^4.0.3
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.0.2
15
+ objectbox : ^4.0.3
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.0.2
12
+ objectbox : ^4.0.3
13
13
objectbox_flutter_libs : any
14
14
intl : any
15
15
path_provider : ^2.0.10
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
47
47
// You can update the following values to match your application needs.
48
48
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
49
49
// minSdkVersion flutter.minSdkVersion
50
- minSdkVersion 19 // ObjectBox requires at least SDK 19 (Android 4.4)
50
+ minSdkVersion flutter . minSdkVersion // ObjectBox requires at least SDK 19 (Android 4.4)
51
51
targetSdkVersion flutter. targetSdkVersion
52
52
versionCode flutterVersionCode. toInteger()
53
53
versionName flutterVersionName
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.0.2
12
+ objectbox : ^4.0.3
13
13
objectbox_flutter_libs : any
14
14
intl : any
15
15
path_provider : ^2.0.10 # 2.0.11+ requires Flutter 2.8.0
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.0.2
12
+ objectbox : ^4.0.3
13
13
objectbox_sync_flutter_libs : any # For Sync support use this instead of objectbox_flutter_libs.
14
14
intl : any
15
15
path_provider : ^2.0.10
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.0.2
7
+ version : 4.0.3
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.0.2
6
+ version : 4.0.3
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.0.2
17
+ objectbox : 4.0.3
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