Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lil5/flatpak-flutter-docker

Docker image to package flutter applications in flatpak
https://github.com/lil5/flatpak-flutter-docker

docker flatpak flatpak-builder flutter github-actions

Last synced: 13 days ago
JSON representation

Docker image to package flutter applications in flatpak

Awesome Lists containing this project

README

        

![https://hub.docker.com/r/lil5/flatpak-flutter-docker](https://img.shields.io/docker/v/lil5/flatpak-flutter-docker)

# Flatpak Docker with flutter libraries

# Example

```
cd example
./1-build.sh
cd ..

docker pull lil5/flatpak-flutter-docker

docker run -i -v ./example:/app lil5/flatpak-flutter-docker bash -c 'cd /app; ./2-package.sh'
```

# Repository

---

##### Dockerimage build template ❤️ [lil5](https://github.com/lil5)