flutter-do
flutter-do copied to clipboard
导入flutter_verification_box报错
__MACOSX/flutter_verification_box/._README.md: Truncated tar archive tar: Error exit delayed from previous errors. Failed to extract .tar.gz stream to /Users/xxf/Documents/Flutter/flutter/.pub-cache/_temp/dirU4jaBw (exit code 1).
package:pub/src/io.dart 898:5 extractTarGz
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 398:11 BoundHostedSource._download
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 264:13 BoundHostedSource.downloadToSystemCache
package:pub/src/entrypoint.dart 407:48 Entrypoint._get.
pub --trace '--verbosity=warning' get --no-precompile
and include the logs in an issue on https://github.com/dart-lang/pub/issues/new pub get failed (1; and include the logs in an issue on https://github.com/dart-lang/pub/issues/new)
取消引入该包后pub get一切正常.
同样错误,无法导入
同样错误 求解决方案
同问 求解决?
+1
android没错。ios有错
这个问题我也遇到了,大家可以去看看这个,也是老孟的插件,只是我把它单独提出来了,可以正常使用https://github.com/2673542667/flutter_verification_box
pub --trace '--verbosity=warning' get --no-precompile 运行一下这个,然后在 get,看是否可以正常引用。
试下 1.0.4 版本