/devcontainer-flutter

Flutter docker image for Github Codespaces

Primary LanguageDockerfileBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

docker-image-flutter

Flutter docker image for Github Codespaces

Dev container

This repository aims to give public example of a completlly configured dev container for Flutter developpment usage in Gihub Codespaces

Vscode settings

This repository also contains a vscode settings values to configure the Flutter extension for vscode

Predefined settings:

  • color theme: Community Material Theme
  • icon theme: Material Icon Theme
  • dart: format on save
  • autoSave: onFocusChange

See devcontainer.json for details.

Vscode extensions

This repository also contains a vscode extensions list to configure the Flutter extension for vscode

Used extensions:

  • bloc
  • community material theme
  • material theme icons
  • material theme
  • material icon theme
  • dart code
  • flutter
  • github copilot
  • rapid api
  • git lens
  • error lens
  • version lens
  • makdown lint

See devcontainer.json for details.

devcontainer documentation

Thanks to Cirrus CI and Codemagic for examples and documentations