* Get more help at https://help.gradle.org dependencies: sdk: fluttersqflite: ^2.0.0+3 syncfusion_flutter_calendar: ^19.2.62 cupertino_icons: ^1.0.2
material_design_icons_flu
当我试图在flutter项目中使用flutter pub get添加新的依赖项(包)时,我收到了This is taking an unexpectedly long time消息。所有其他的推荐工作都很好,像flutter run, flutter doctor等。只有flutter pub get我才会面临这个问题。这就是为什么我无法在flutter应用程序中添加新的依赖项(包)的原因。flutter</
我想在我的flutter项目中添加本地android库,我正在尝试执行平台引导,但Flutter活动没有导入到我的android代码中,我发现这可能是因为this,因为这是一个问题,我尝试更新flutter我能为安卓系统做些什么,让flutter可以进口吗?Flutter Activity not getting imported,谢谢。