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

@@ -41,6 +41,12 @@ class _LocalFilePageState extends State<LocalFilePage>
final _sortType = _SortType.name.vn;
bool get isPickFile => widget.args?.isPickFile ?? false;
@override
void dispose() {
super.dispose();
_sortType.dispose();
}
@override
Widget build(BuildContext context) {
super.build(context);