A new Flutter project.
demo.mp4
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
You must have Flutter SDK installed on your system to build and run Flutter applications.
- Flutter version: 3.x.x or higher (Check the project for any specific version requirements)
Flutter comes with the Dart SDK, which is required to run and compile Flutter apps.
- Dart version: 2.x.x or higher (It should come bundled with the correct Flutter version)
-
Android Studio is recommended to run the app on an Android emulator or a physical device. You can also use VS Code or IntelliJ.
-
Download: Android Studio
-
For iOS development, you will need Xcode installed on macOS.
-
-
You will need Xcode to run the app on iOS devices or the iOS simulator.
- Download: Xcode from the App Store
Make sure to have any additional dependencies or SDKs that your project requires. This could include Firebase, APIs, etc.
After installing everything if you installed VS Code open the project inside of it and go to the "Extensions" tab and install:
- Dart
- Flutter
After installing reload VS Code. After that if you installed Android Studio create Emulator and run it. Inside of the VS Code on the bottom bar to the right there will an option to select emulator for the project select your Emulator that is running. After that type flutter run inside of the terminal and it will automatically start the project on it after it is done installing all of the necessary plugins and packages. If you do not have an emulator you can run flutter project inside of the browser just type flutter run and it will give you avalible emulators for example 2. Chrome just press 2 and it will run the project inside of the Google Chrome.