支持上传脚本

This commit is contained in:
jyuesong
2022-06-16 14:37:47 +08:00
parent 2005083d2e
commit 1298dba590
58 changed files with 1702 additions and 774 deletions

View File

@@ -17,7 +17,6 @@ class SearchCell extends ConsumerStatefulWidget {
}
class _SearchCellState extends ConsumerState<SearchCell> {
@override
void initState() {
super.initState();
@@ -35,9 +34,7 @@ class _SearchCellState extends ConsumerState<SearchCell> {
),
onSuffixTap: () {
widget.controller.text = "";
setState(() {
});
setState(() {});
},
controller: widget.controller,
padding: const EdgeInsets.symmetric(