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 @@ -3,7 +3,7 @@ description: Superfast NoSQL Flutter / Dart database. This package contains Flut
33# Link to actual directory in repository so file links on pub.dev work.
44repository : https://github.com/objectbox/objectbox-dart/tree/main/flutter_libs
55homepage : https://objectbox.io
6- version : 2.3.1
6+ version : 2.4.0
77
88environment :
99 sdk : ' >=2.18.0 <4.0.0'
@@ -14,7 +14,7 @@ dependencies:
1414 sdk : flutter
1515 # This is here just to ensure compatibility between objectbox-dart code and the libraries used
1616 # You should still depend on objectbox directly in your Flutter application.
17- objectbox : 2.3.1
17+ objectbox : 2.4.0
1818 path_provider : ^2.0.0
1919
2020dev_dependencies :
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ class Version {
44 ///
55 /// This string is updated by the /tool/set-version.sh script
66 /// as part of the release process.
7- static const String current = "2.3.1 " ;
7+ static const String current = "2.4.0 " ;
88}
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: ObjectBox Flutter / Dart database binding code generator - finds an
33# Link to actual directory in repository so file links on pub.dev work.
44repository : https://github.com/objectbox/objectbox-dart/tree/main/generator
55homepage : https://objectbox.io
6- version : 2.3.1
6+ version : 2.4.0
77
88environment :
99 sdk : ' >=2.18.0 <4.0.0'
1010
1111dependencies :
12- objectbox : 2.3.1
12+ objectbox : 2.4.0
1313 analyzer : ' >=5.2.0 <7.0.0' # 5.1.0 has a bug where DartType.element has been removed.
1414 build : ^2.0.0
1515 collection : ^1.15.0
Original file line number Diff line number Diff line change 1- ## latest
1+ ## 2.4.0 (2023-12-13)
22
33* Fix crash in Flutter plugin when running in debug mode on iOS. [ #561 ] ( https://github.com/objectbox/objectbox-dart/issues/561 )
44* Support Flutter projects using Android Gradle Plugin 8. [ #581 ] ( https://github.com/objectbox/objectbox-dart/issues/581 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 flutter :
1313 sdk : flutter
1414
15- objectbox : ^2.3.1
15+ objectbox : ^2.4.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 : ^2.3.1
15+ objectbox : ^2.4.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 : ^2.3.1
12+ objectbox : ^2.4.0
1313 objectbox_flutter_libs : any
1414 intl : any
1515 path_provider : ^2.0.10
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99dependencies :
1010 flutter :
1111 sdk : flutter
12- objectbox : ^2.3.1
12+ objectbox : ^2.4.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 : ^2.3.1
12+ objectbox : ^2.4.0
1313 objectbox_sync_flutter_libs : any # For Sync support use this instead of objectbox_flutter_libs.
1414 intl : any
1515 path_provider : ^2.0.10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: https://objectbox.io
44# Link to actual directory in repository so file links on pub.dev work.
55repository : https://github.com/objectbox/objectbox-dart/tree/main/objectbox
66documentation : https://docs.objectbox.io
7- version : 2.3.1
7+ version : 2.4.0
88
99environment :
1010 # minimum Dart SDK (also see generator and flutter_libs)
You can’t perform that action at this time.
0 commit comments