produce '/Users/User/AndroidStudioProjects/my_app/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework':
1) Target 'Runner' has copy command from '/Users/User/AndroidStudioProjec
在检查API端点(确定连接状态)的相对简单的代码块中,我依赖try..catch作为验证应用程序是否可以与服务器通信的机制。 我遇到的问题是,在调试时,调试器总是在连接线上停止(当应用程序离线时),即使我在内部处理错误。 Future<bool> isOnline() async { // VSCode debugger always stops on this line when no connection .get('${consts.apiBaseUrl}/api/ping