This commit is contained in:
lollipopkit🏳️‍⚧️
2024-09-21 23:12:15 +08:00
parent c062c12a0e
commit eab06abcaf
23 changed files with 180 additions and 66 deletions

View File

@@ -42,6 +42,12 @@ class _SftpPageState extends State<SftpPage> with AfterLayoutMixin {
late final _client = widget.spi.server!.value.client!;
final _sortOption = _SortOption().vn;
@override
void dispose() {
super.dispose();
_sortOption.dispose();
}
@override
Widget build(BuildContext context) {
final children = [