https://github.com/alterakey/blutter-docker
Containerized blutter
https://github.com/alterakey/blutter-docker
android flutter reverse-engineering
Last synced: 19 days ago
JSON representation
Containerized blutter
- Host: GitHub
- URL: https://github.com/alterakey/blutter-docker
- Owner: alterakey
- License: mit
- Created: 2026-05-26T13:05:40.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-06-04T07:48:19.000Z (19 days ago)
- Last Synced: 2026-06-04T08:11:55.412Z (19 days ago)
- Topics: android, flutter, reverse-engineering
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
blutter-docker provides a minimal Dockerfile for blutter.
## Quickstart
We provide containers so you can use right away as follows (built daily):
$ docker run --rm -v $(pwd):/t ghcr.io/alterakey/blutter indir outdir
## Building
If you prefer to build for some reason, you can build as follows:
$ git clone https://github.com/worawit/blutter.git
$ docker build -t blutter https://github.com/alterakey/blutter-docker.git
You can use any upstream commit as you wish.