10005 Forks
16958 Stars
16958 Watchers

plugins

Plugins for Flutter maintained by the Flutter team

How to download and setup plugins

Open terminal and run command
git clone https://github.com/flutter/plugins.git
git clone is used to create a copy or clone of plugins 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 plugins https://github.com/flutter/plugins/archive/master.zip

Or simply clone plugins with SSH
[email protected]:flutter/plugins.git

If you have some problems with plugins

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