File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed
event_management_tutorial Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: objectbox_flutter_libs
22description : Superfast NoSQL Flutter / Dart database. This package contains Flutter runtime libraries for ObjectBox.
33repository : https://github.com/objectbox/objectbox-dart
44homepage : https://objectbox.io
5- version : 1.6.2
5+ version : 1.7.0
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
@@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 # This is here just to ensure compatibility between objectbox-dart code and the libraries used
1313 # You should still depend on objectbox directly in your Flutter application.
14- objectbox : 1.6.2
14+ objectbox : 1.7.0
1515 path_provider : ^2.0.0
1616
1717flutter :
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: objectbox_generator
22description : ObjectBox Flutter / Dart database binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
33repository : https://github.com/objectbox/objectbox-dart
44homepage : https://objectbox.io
5- version : 1.6.2
5+ version : 1.7.0
66
77environment :
88 sdk : ' >=2.14.0 <3.0.0'
99
1010dependencies :
11- objectbox : 1.6.2
11+ objectbox : 1.7.0
1212 analyzer : ' >=4.0.0 <6.0.0' # v5 requires test version that requires Dart SDK 2.18, allow v4 for some time.
1313 build : ^2.0.0
1414 collection : ^1.15.0
Original file line number Diff line number Diff line change 1- ## latest
1+ ## 1.7.0 (2022-12-14)
22
33* Support more concise method chaining when using a sort order with a query:
44 ``` dart
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 flutter :
1313 sdk : flutter
1414
15- objectbox : ^1.6.2
15+ objectbox : ^1.7.0
1616 objectbox_flutter_libs : any
1717 intl : any
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 flutter :
1313 sdk : flutter
1414
15- objectbox : ^1.6.2
15+ objectbox : ^1.7.0
1616 objectbox_flutter_libs : any
1717 intl : any
1818
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99dependencies :
1010 flutter :
1111 sdk : flutter
12- objectbox : ^1.6.2
12+ objectbox : ^1.7.0
1313 objectbox_flutter_libs : any
1414 intl : any
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99dependencies :
1010 flutter :
1111 sdk : flutter
12- objectbox : ^1.6.2
12+ objectbox : ^1.7.0
1313 objectbox_flutter_libs : any
1414 intl : any
1515 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:
99dependencies :
1010 flutter :
1111 sdk : flutter
12- objectbox : ^1.6.2
12+ objectbox : ^1.7.0
1313 objectbox_sync_flutter_libs : any # For Sync support use this instead of objectbox_flutter_libs.
1414 intl : any
1515
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
33homepage : https://objectbox.io
44repository : https://github.com/objectbox/objectbox-dart
55documentation : https://docs.objectbox.io
6- version : 1.6.2
6+ version : 1.7.0
77
88environment :
99 # 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
22description : Fast Flutter database for persisting Dart objects. This package contains Flutter runtime libraries for ObjectBox, including ObjectBox Sync.
33repository : https://github.com/objectbox/objectbox-dart
44homepage : https://objectbox.io
5- version : 1.6.2
5+ version : 1.7.0
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
@@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 # This is here just to ensure compatibility between objectbox-dart code and the libraries used
1313 # You should still depend on objectbox directly in your Flutter application.
14- objectbox : 1.6.2
14+ objectbox : 1.7.0
1515 path_provider : ^2.0.0
1616
1717flutter :
You can’t perform that action at this time.
0 commit comments