File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : objectbox_flutter_libs
2
- version : 0.12.1
2
+ version : 0.13.0-nullsafety.3
3
3
repository : https://github.com/objectbox/objectbox-dart
4
4
homepage : https://objectbox.io
5
5
description : ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox.
@@ -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 : 0.12.1
14
+ objectbox : 0.13.0-nullsafety.3
15
15
16
16
flutter :
17
17
plugin :
Original file line number Diff line number Diff line change 1
1
name : objectbox_generator
2
- version : 0.12.1
2
+ version : 0.13.0-nullsafety.3
3
3
repository : https://github.com/objectbox/objectbox-dart
4
4
homepage : https://objectbox.io
5
5
description : ObjectBox binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
@@ -8,7 +8,7 @@ environment:
8
8
sdk : ' >=2.12.0 <3.0.0'
9
9
10
10
dependencies :
11
- objectbox : 0.12.1
11
+ objectbox : 0.13.0-nullsafety.3
12
12
build : ^1.0.0
13
13
source_gen : ^0.9.0
14
14
analyzer : ^1.1.0
Original file line number Diff line number Diff line change 1
- ## latest
1
+ ## 0.13.0-nullsafety.3 (2021-03-17)
2
2
3
3
* Null-safety pre-release.
4
4
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Add the following dependencies to start using ObjectBox and code generator.
59
59
60
60
``` yaml
61
61
dependencies :
62
- objectbox : ^0.12.1
62
+ objectbox : ^0.13.0-nullsafety.3
63
63
objectbox_flutter_libs : any
64
64
65
65
dev_dependencies :
@@ -74,7 +74,7 @@ dev_dependencies:
74
74
75
75
` ` ` yaml
76
76
dependencies:
77
- objectbox: ^0.12.1
77
+ objectbox: ^0.13.0-nullsafety.3
78
78
79
79
dev_dependencies:
80
80
build_runner: ^1.0.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
cupertino_icons : ^0.1.2
13
13
path_provider : any
14
14
intl : any
15
- objectbox : ^0.12.1
15
+ objectbox : ^0.13.0-nullsafety.3
16
16
objectbox_flutter_libs : any
17
17
18
18
dev_dependencies :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
cupertino_icons : ^0.1.2
13
13
path_provider : any
14
14
intl : any
15
- objectbox : ^0.12.1
15
+ objectbox : ^0.13.0-nullsafety.3
16
16
objectbox_sync_flutter_libs : any
17
17
18
18
dev_dependencies :
Original file line number Diff line number Diff line change 1
1
name : objectbox
2
- version : 0.12.1
2
+ version : 0.13.0-nullsafety.3
3
3
repository : https://github.com/objectbox/objectbox-dart/tree/main/objectbox
4
4
homepage : https://objectbox.io
5
5
description : ObjectBox is a super-fast NoSQL ACID compliant object database.
Original file line number Diff line number Diff line change 1
1
name : objectbox_sync_flutter_libs
2
- version : 0.12.1
2
+ version : 0.13.0-nullsafety.3
3
3
repository : https://github.com/objectbox/objectbox-dart
4
4
homepage : https://objectbox.io
5
5
description : ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox, including ObjectBox Sync.
@@ -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 : 0.12.1
14
+ objectbox : 0.13.0-nullsafety.3
15
15
16
16
flutter :
17
17
plugin :
You can’t perform that action at this time.
0 commit comments