This repository provides a template for creating a GitHub Codespace pre-configured for Flutter and Android development.
- Ubuntu 22.04 base OS
- Essential development tools
- OpenJDK 17
- Flutter SDK (version 3.19.0) with web support
- Latest Android SDK with platform tools, command-line tools, platform (API level 34), and build tools (version 34.0.0)
-
Fork this Repository:
Click the "Fork" button to create your own copy of this repository. -
Open in Codespaces:
Click on the "Code" button in your forked repository, open the Codespaces tab and create a new Codespace. -
Install Dependencies:
Once the codespace is open, run the following command in the terminal to install Flutter packages for your project:
flutter pub get
- Start Developing:
You're now ready to start developing your Flutter app for Android!