mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化调试
This commit is contained in:
@@ -37,10 +37,6 @@ class _AddDependencyPageState extends ConsumerState<AddDependencyPage> {
|
||||
title: "新增依赖",
|
||||
actions: [
|
||||
InkWell(
|
||||
onLongPress: () {
|
||||
showDebugBtn(context, btnColor: Colors.blue);
|
||||
WidgetsBinding.instance?.endOfFrame;
|
||||
},
|
||||
onTap: () {
|
||||
submit();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user