我正在尝试安装这个包“modal_progress_hud”。
modal_progress_hud: ^0.1.3
flutter pub get 运行成功,但是当我尝试导入包时,它不起作用,如图所示。
Running "flutter pub get" in my_project... 0.6s
Process finished with exit code 0
我用其他包尝试了相同的过程,它工作正常。是因为包裹还是可能是什么问题?我还运行了flutter clean、pub缓存修复、flutter pub升级、重启Android studio以及我的mac,但没有任何效果。