优化调试

This commit is contained in:
jyuesong
2022-01-21 13:46:30 +08:00
parent ae7368ecbc
commit e4eabf9578
5 changed files with 42 additions and 39 deletions

View File

@@ -37,10 +37,6 @@ class _AddDependencyPageState extends ConsumerState<AddDependencyPage> {
title: "新增依赖",
actions: [
InkWell(
onLongPress: () {
showDebugBtn(context, btnColor: Colors.blue);
WidgetsBinding.instance?.endOfFrame;
},
onTap: () {
submit();
},