File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
event_management_tutorial Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: objectbox_flutter_libs
2
2
description : Superfast NoSQL Flutter / Dart database. This package contains Flutter runtime libraries for ObjectBox.
3
3
repository : https://github.com/objectbox/objectbox-dart
4
4
homepage : https://objectbox.io
5
- version : 1.7.1
5
+ version : 1.7.2
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
# This is here just to ensure compatibility between objectbox-dart code and the libraries used
13
13
# You should still depend on objectbox directly in your Flutter application.
14
- objectbox : 1.7.1
14
+ objectbox : 1.7.2
15
15
path_provider : ^2.0.0
16
16
17
17
flutter :
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 = "1.7.1 " ;
7
+ static const String current = "1.7.2 " ;
8
8
}
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: objectbox_generator
2
2
description : ObjectBox Flutter / Dart database binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
3
3
repository : https://github.com/objectbox/objectbox-dart
4
4
homepage : https://objectbox.io
5
- version : 1.7.1
5
+ version : 1.7.2
6
6
7
7
environment :
8
8
sdk : ' >=2.14.0 <3.0.0'
9
9
10
10
dependencies :
11
- objectbox : 1.7.1
11
+ objectbox : 1.7.2
12
12
analyzer : ' >=4.0.0 <6.0.0' # v5 requires test version that requires Dart SDK 2.18, allow v4 for some time.
13
13
build : ^2.0.0
14
14
collection : ^1.15.0
Original file line number Diff line number Diff line change 1
- ## latest
1
+ ## 1.7.2 (2023-01-31)
2
2
3
3
* Flutter Linux apps do not longer fail to run due to the shared ObjectBox C library not loading. #504
4
4
* Fixes writes failing with "Storage error (code -30786)", which may occur in some corner cases on
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 : ^1.7.1
15
+ objectbox : ^1.7.2
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 : ^1.7.1
15
+ objectbox : ^1.7.2
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 : ^1.7.1
12
+ objectbox : ^1.7.2
13
13
objectbox_flutter_libs : any
14
14
intl : any
15
15
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 : ^1.7.1
12
+ objectbox : ^1.7.2
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 : ^1.7.1
12
+ objectbox : ^1.7.2
13
13
objectbox_sync_flutter_libs : any # For Sync support use this instead of objectbox_flutter_libs.
14
14
intl : any
15
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Flutter database for super-fast NoSQL ACID compliant object persist
3
3
homepage : https://objectbox.io
4
4
repository : https://github.com/objectbox/objectbox-dart
5
5
documentation : https://docs.objectbox.io
6
- version : 1.7.1
6
+ version : 1.7.2
7
7
8
8
environment :
9
9
# minimum Dart SDK (also see generator and flutter_libs)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: objectbox_sync_flutter_libs
2
2
description : Fast Flutter database for persisting Dart objects. This package contains Flutter runtime libraries for ObjectBox, including ObjectBox Sync.
3
3
repository : https://github.com/objectbox/objectbox-dart
4
4
homepage : https://objectbox.io
5
- version : 1.7.1
5
+ version : 1.7.2
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
# This is here just to ensure compatibility between objectbox-dart code and the libraries used
13
13
# You should still depend on objectbox directly in your Flutter application.
14
- objectbox : 1.7.1
14
+ objectbox : 1.7.2
15
15
path_provider : ^2.0.0
16
16
17
17
flutter :
You can’t perform that action at this time.
0 commit comments