28319 Forks
169633 Stars
169633 Watchers

flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

How to download and setup flutter

Open terminal and run command
git clone https://github.com/flutter/flutter.git
git clone is used to create a copy or clone of flutter repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with flutter https://github.com/flutter/flutter/archive/master.zip

Or simply clone flutter with SSH
git@github.com:flutter/flutter.git

If you have some problems with flutter

You may open issue on flutter support forum (system) here: https://github.com/flutter/flutter/issues