Skip to content

Alpine Linux image for Flutter & Dart with helpful utils and web build support.

License

Notifications You must be signed in to change notification settings

darkxanter/docker_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter docker image

BUILD AND PUBLISH BRANCHES GitHub Docker License: MIT

Alpine Linux images for Flutter & Dart with helpful utils and web build support.
Symlinks to dart, flutter in the folder: /opt/flutter
Rolling release update strategy at every monday.

Env

  • FLUTTER_ROOT = "/opt/flutter"
  • PUB_CACHE = "/var/tmp/.pub_cache"
  • ANDROID_HOME = "/opt/android"

Using image as non-flutter user

Due to git bug it is no longer possible to execute flutter commands unless you're flutter user as underlying installation /opt/flutter is owned by this user. Either add exception (git config --global --add safe.directory /opt/flutter) or perform all image build steps relying on flutter as flutter user

About

Alpine Linux image for Flutter & Dart with helpful utils and web build support.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 66.3%
  • Makefile 31.7%
  • Shell 2.0%