mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
658 B
658 B
Contributing
Adding new Github Actions
When adding new Github Actions the .github\renovate.json needs to be checked and add the new action to:
- the automerge array if it's not an important action
Dockerfile stages
flutterstage hast only the dependencies required to install flutter and common tools used by flutter internal commands, likegit.fastlanestage has the dependencies required to install fastlane but doesn't install fastlane.androidstage has the dependencies required to install the Android SDK and to develop Flutter apps for Android.