File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ## 2.21.0-dev
1
+ ## 2.21.0
2
2
3
3
- To infer whether serialization is required for inter-isolate communication,
4
4
drift now sends a test message instead serializing by default.
Original file line number Diff line number Diff line change 1
1
name : drift
2
2
description : Drift is a reactive library to store relational data in Dart and Flutter applications.
3
- version : 2.21.0-dev
3
+ version : 2.21.0
4
4
repository : https://github.com/simolus3/drift
5
5
homepage : https://drift.simonbinder.eu/
6
6
issue_tracker : https://github.com/simolus3/drift/issues
Original file line number Diff line number Diff line change 1
- ## 2.21.0-dev
1
+ ## 2.21.0
2
2
3
3
- Fix Dart-defined ` check ` constraints not being considered in exported
4
4
schemas.
Original file line number Diff line number Diff line change 1
1
name : drift_dev
2
2
description : Dev-dependency for users of drift. Contains the generator and development tools.
3
- version : 2.21.0-dev
3
+ version : 2.21.0
4
4
repository : https://github.com/simolus3/drift
5
5
homepage : https://drift.simonbinder.eu/
6
6
issue_tracker : https://github.com/simolus3/drift/issues
@@ -36,7 +36,7 @@ dependencies:
36
36
# Drift-specific analysis and apis
37
37
drift : " >=2.21.0 <2.22.0"
38
38
sqlite3 : " >=0.1.6 <3.0.0"
39
- sqlparser : " ^0.39.0-dev "
39
+ sqlparser : " ^0.39.0"
40
40
41
41
# Dart analysis
42
42
analyzer : " ^6.0.0"
Original file line number Diff line number Diff line change 1
- ## 0.2.1-dev
1
+ ## 0.2.1
2
2
3
3
- Enable serialization between background isolates where necessary.
4
4
Original file line number Diff line number Diff line change 1
1
name : drift_flutter
2
2
description : Easily set up drift databases across platforms in Flutter apps.
3
- version : 0.2.1-dev
3
+ version : 0.2.1
4
4
repository : https://github.com/simolus3/drift
5
5
homepage : https://drift.simonbinder.eu/
6
6
issue_tracker : https://github.com/simolus3/drift/issues
@@ -16,7 +16,7 @@ environment:
16
16
sdk : ^3.3.0
17
17
18
18
dependencies :
19
- drift : ^2.21.0-dev
19
+ drift : ^2.21.0
20
20
flutter :
21
21
sdk : flutter
22
22
meta : ^1.3.0
@@ -27,7 +27,7 @@ dependencies:
27
27
28
28
dev_dependencies :
29
29
build_runner : ^2.4.11
30
- drift_dev : ^2.21.0-dev
30
+ drift_dev : ^2.21.0
31
31
lints : ^4.0.0
32
32
test : ^1.24.0
33
33
flutter_test :
You can’t perform that action at this time.
0 commit comments