A new Flutter project.
This project is a starting point for a Flutter application.
In order to execute Flutter Projects visit here to the Official Docs of Flutter https://docs.flutter.dev/get-started/install
To Troubleshoot a Flutter Project we use a below command in Project's root Directory:
- flutter doctor
To Run a Flutter Project we use a below command in Project's root Directory :
- flutter run cscguru
To get all the Packages used in a project, we use the below command:
- flutter pub get
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.