English 中文(简体)
挥发性:不发生任何事情。
原标题:Flutter: Running "flutter pub get" nothing happens
  • 时间:2019-09-26 02:38:55
  •  标签:
  • flutter
  • dart

我试图拿到包件,当我跑到<条码>时,它说的是彩色红色文本,我不知道这指的是什么? aalyzer 0.38.4, 并刚刚终止。

C:Mobidel_cus_app>flutter pub get
! analyzer 0.38.4
Running "flutter pub get" in del_cus_app...                         1.7s

C:Mobidel_cus_app>

我还已经提升了冲破版。

问题回答

Hello BGTabulation BGTabulate, 当你试图获得一揽子计划时,有时我们依赖另一套方案,这样,当出现这种问题时,你可能不得不这样做。

dependencies:
  intl: ^0.15.0







dependency_overrides:
   intl: ^0.16.0

注:所输入数值的空间特性。

dependencies:
  flutter_native_splash: ^0.1.9

删除<条码>。 文档和运行 共和国收到

try to using flutter clean command

then close IDE and restart it again, it happens sometimes when dart analyzer crashes.





相关问题
Flutter App cannot be installed on Android TV

I m building a Flutter app that should support Android TV and Mobile devices. Despite Google Play shows that it is supported, I cannot install app on my MiBox device. While trying to install it, both ...

Moving the icon button to the right causes rendering issues

I am trying to align the icon button to the right of the Text field, I tried the row which made the icon button not centered vertically and now I am trying out the Stack widget. Here is my code - ...

热门标签