File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 3.8.1
2
+
3
+ * Update rxdart constraints to ` >=0.27.0 <0.28.0 `
4
+
1
5
## 3.8.0
2
6
3
7
* [ BUGFIX] No signature of method: build_ …android() applicable for argument types: (build_ …_ run_closure2) ( #24 ) thanks @ghostman2013
Original file line number Diff line number Diff line change 1
1
name : secure_application
2
2
description : Secure app content visibility when user leave app. It will hide content
3
3
in the app switcher and display a frost barrier above locked content when the user get backs
4
- version : 3.8.0
4
+ version : 3.8.1
5
5
homepage : https://github.com/neckaros/secure_application
6
6
7
7
environment :
@@ -14,7 +14,7 @@ dependencies:
14
14
flutter_web_plugins :
15
15
sdk : flutter
16
16
flutter_plugin_android_lifecycle : ^2.0.0
17
- rxdart : ^ 0.27.3
17
+ rxdart : ' >= 0.27.0 <0.29.0 '
18
18
19
19
dev_dependencies :
20
20
flutter_test :
You can’t perform that action at this time.
0 commit comments