build 23, and small fix
This commit is contained in:
parent
7ec398eccb
commit
9b68507683
@ -31,8 +31,8 @@ class _FileManagerPageState extends State<FileManagerPage> {
|
|||||||
FFI.connect(widget.id, isFileTransfer: true);
|
FFI.connect(widget.id, isFileTransfer: true);
|
||||||
WidgetsBinding.instance!.addPostFrameCallback((_) {
|
WidgetsBinding.instance!.addPostFrameCallback((_) {
|
||||||
showLoading(translate('Connecting...'));
|
showLoading(translate('Connecting...'));
|
||||||
_interval = Timer.periodic(
|
_interval = Timer.periodic(Duration(milliseconds: 30),
|
||||||
Duration(milliseconds: 30), (timer) => FFI.ffiModel.update(widget.id));
|
(timer) => FFI.ffiModel.update(widget.id));
|
||||||
});
|
});
|
||||||
Wakelock.enable();
|
Wakelock.enable();
|
||||||
}
|
}
|
||||||
|
@ -263,7 +263,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
] +
|
] +
|
||||||
(false
|
(isDesktop
|
||||||
? []
|
? []
|
||||||
: [
|
: [
|
||||||
IconButton(
|
IconButton(
|
||||||
|
@ -228,7 +228,7 @@ packages:
|
|||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: HEAD
|
ref: HEAD
|
||||||
resolved-ref: "594530edbac758cde29c614046dcc107345ba791"
|
resolved-ref: d04ceaa243e7a7883065a41b1008627ceeafc0ff
|
||||||
url: "https://github.com/Heap-Hop/flutter_smart_dialog.git"
|
url: "https://github.com/Heap-Hop/flutter_smart_dialog.git"
|
||||||
source: git
|
source: git
|
||||||
version: "4.0.0"
|
version: "4.0.0"
|
||||||
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.1.9+22
|
version: 1.1.9+23
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user