Can not create flutter project

Issue

I am new to whole, flutter and dart! While creating flutter app via command line in windows(running flutter create app_name), I am getting following error:
Could not resolve URL “https://pub.dartlang.org“.
pub get failed (69) — attempting retry 1 in 1 second…

Solution

You will need internet connectivity to retrieve the necessary packages and potentially plugins from Pub.

Answered By – creativecreatorormaybenot

Answer Checked By – Katrina (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *