Skip to content

A template for creating a GitHub Codespace pre-configured for Flutter and Android development.

Notifications You must be signed in to change notification settings

IMOitself/flutter-android-codespace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

flutter-android-codespace

This repository provides a template for creating a GitHub Codespace pre-configured for Flutter and Android development.

Features:

  • 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)

Getting Started:

  1. Fork this Repository:
    Click the "Fork" button to create your own copy of this repository.

  2. Open in Codespaces:
    Click on the "Code" button in your forked repository, open the Codespaces tab and create a new Codespace.

  3. Install Dependencies:
    Once the codespace is open, run the following command in the terminal to install Flutter packages for your project:

 flutter pub get                                
  1. Start Developing:
    You're now ready to start developing your Flutter app for Android!

About

A template for creating a GitHub Codespace pre-configured for Flutter and Android development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%