https://github.com/containerbase/flutter-prebuild
Prebuild flutter for containerbase
https://github.com/containerbase/flutter-prebuild
Last synced: about 2 months ago
JSON representation
Prebuild flutter for containerbase
- Host: GitHub
- URL: https://github.com/containerbase/flutter-prebuild
- Owner: containerbase
- License: mit
- Created: 2023-10-09T19:44:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T19:57:28.000Z (4 months ago)
- Last Synced: 2026-03-02T22:24:44.678Z (4 months ago)
- Language: Shell
- Size: 1020 KB
- Stars: 9
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containerbase Flutter releases
[](https://github.com/containerbase/flutter-prebuild/actions/workflows/build.yml?query=branch%3Amain)


Prebuild Flutter releases used by [containerbase/base](https://github.com/containerbase/base).
## Local development
Build the image
```bash
docker build -t builder .
```
Test the image
```bash
docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 3.0.2
```
`${PWD}/.cache` will contain packed releases after successful build.
Optional environment variables
| Name | Description | Default |
| ------- | ----------------------------- | --------- |
| `DEBUG` | Show verbose php build output | `` |