A new Flutter project.
Go to Flutter Get Started and install flutter
execute flutter pub get
in the projects root folder
Press F5
or go to Run > Start Debugging to start debugging
Widgets: Widgets are small parts of the project you can re-use at other pages Pages: All of the navigatable Views the user can access. If you have subpages for pages, create a subfolder in the folder 'pages' with the name of the feature page (eg.: Feature: Alarm; Foldername: alarm; files in folder: alarm.dart, alarm_creator.dart)
Ima keep this in if you need it. It's from Flutters autogenerated Readme
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.