When I get Flutter Dependency Packages form pub.dev site then it not to install show below this this error...

And My Flutter Doctor is...
Details Description Issue here: flutter issue for dependencies installation
How can i solve this problem?
use http 'in the link' and add this line to AndroidManifest.xml to allow http package to connect to server that are not secure
<application
android:usesCleartextTraffic="true"
It may be your ISP blocking the connection. Can you access to https://pub.dartlang.org ?
Maybe a simple flutter clean might solve the issue. If not, you can also try flutter pub cache repair.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With