├── CHANGELOG.md ├── LICENSE.txt ├── README.md ├── RELEASE.md ├── VERSION ├── flutterw-android └── Dockerfile ├── flutterw-base └── Dockerfile ├── flutterw-preloaded └── Dockerfile └── release.sh /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/RELEASE.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 24.3 -------------------------------------------------------------------------------- /flutterw-android/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/flutterw-android/Dockerfile -------------------------------------------------------------------------------- /flutterw-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/flutterw-base/Dockerfile -------------------------------------------------------------------------------- /flutterw-preloaded/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/flutterw-preloaded/Dockerfile -------------------------------------------------------------------------------- /release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passsy/docker-flutterw/HEAD/release.sh --------------------------------------------------------------------------------