25618 Forks
154816 Stars
154816 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
[email protected]: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