A new Flutter project.
This application was developed following the tutorial made by Marcus Ng. The link to the tutorial video and it's repo will be avaliable below.
This app features one of the most recent cross platform framework.
- 💦 Flutter — A Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
- 🆚 VSCode — Microsoft™ Open Source Code editor;
- 📱 Android Studio - An integrated development environment to develop for the Android platform.
- 💾 GitHub — No need a description, right?
- Install the Flutter SDK in your operational system using the following link : 🔗
- Follow the instructions and add the bin file address into your operating system path.
- In you terminal, execute the command
flutter doctor
and check if there is something else to install or your system already are up and running to Flutter. - Using VS Code and Android Studio, be sure to have Flutter and Dart extensions installed.
- On Android Studio, install an updated android emulator.
- Clone this repo using
git clone https://github.com/ayushman17/gameX.git
- Move yourself to the appropriate directory:
cd flutter_gameX
- In your terminal, run
flutter packages upgrade
to upgrade all the packages used in this project.
- Move yourself to the folder:
flutter_gameX
- In VS Code open the command palette
Ctrl + Shift + P
and executeFlutter: Launch Emulator
- Whithin the
main.dart
file and with the emulator running tapF5
to start the application
This project is licensed under the MIT License - see the LICENSE page for details.
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.