Skip to content

dart-side/docker_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter docker image

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

Env

  • DART_SDK = "/usr/lib/dart"
  • FLUTTER_ROOT = "/usr/lib/flutter"
  • ANDROID_HOME = "/usr/lib/android_sdk"
  • PUB_CACHE = "/usr/lib/pub"

Linux utils

  • git
  • wget
  • curl
  • unzip
  • lcov
  • sqlite3
  • chromium
  • firefox

Dart utils

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 85.4%
  • Shell 14.6%