Skip to content

This repository is a template for mount a local environment for work with Flutter inside a container.

Notifications You must be signed in to change notification settings

oscarvr10/DevContainer-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dev Container for Flutter with Docker

This repository is a template for mount a local environment for work with Flutter inside a container.

Credits

Thanks to Mats Pfeiffer for his contribution. Original repo can be found here:

Installation requirements and Usage

  1. Install Docker in your machine.
  2. Install Visual Studio Code.
  3. Install Dev Containers Extension in Visual Studio Code.
  4. Open this project in Visual Studio Code, then select 'Open in Dev Container' option.
  5. Enjoy!.

Debugging with Android Emulator

  1. Start your local android emulator. Afterwards reconnect execute the following command to make it accessable via network:
adb tcpip 5555
  1. In the terminal from your dev container connect to device:
adb connect host.docker.internal:5555
  1. You can now choose the device to start debugging.

Contributing

Contributions are always welcome!

Sources

About

This repository is a template for mount a local environment for work with Flutter inside a container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published