File tree 11 files changed +14
-14
lines changed
event_management_tutorial
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
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 : 2.5.0
6
+ version : 2.5.1
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 : 2.5.0
17
+ objectbox : 2.5.1
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 = "2.5.0 " ;
7
+ static const String current = "2.5.1 " ;
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 : 2.5.0
6
+ version : 2.5.1
7
7
8
8
environment :
9
9
sdk : ' >=2.18.0 <4.0.0'
10
10
11
11
dependencies :
12
- objectbox : 2.5.0
12
+ objectbox : 2.5.1
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 1
- ## latest
1
+ ## 2.5.1 (2024-03-04)
2
2
3
3
* Add ` SyncCredentials.userAndPassword() ` .
4
4
* Change ` SyncCredentials ` from constructors to static methods. This should not require any changes
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 : ^2.5.0
15
+ objectbox : ^2.5.1
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 : ^2.5.0
15
+ objectbox : ^2.5.1
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 : ^2.5.0
12
+ objectbox : ^2.5.1
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 @@ -9,7 +9,7 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- objectbox : ^2.5.0
12
+ objectbox : ^2.5.1
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 : ^2.5.0
12
+ objectbox : ^2.5.1
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 : 2.5.0
7
+ version : 2.5.1
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 : 2.5.0
6
+ version : 2.5.1
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 : 2.5.0
17
+ objectbox : 2.5.1
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