Here, you can get the details for the Project requirement.
Project Requirement
Make sure to download the following installation bundle to get the latest beta release of the Flutter SDK (for other release channels, and older builds, see the SDK archive page). If you need more info on how to setup project, please follow Flutter Getting Started at Flutter official websites.
Flutter SDK
Download the following installation bundle to get the latest release of the Flutter SDK (for other release channels, and older builds, see the SDK archive page.):
cd ~/development
tar xf ~/Downloads/flutter_linux_v1.7.8+hotfix.4-stable.tar.xz
In Window go to:
1 . C:\Program Files\
2. Locate the file flutter_console.bat inside the flutter directory. Start it by double-clicking.
Create a Demo Flutter Project:
In the android studio, you can find an option to create a new flutter project there you can select flutter application, click on next there you can mention your project name click on next, enter your company domain click on finish .your flutter project gets created.