Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lil5/flatpak-flutter-docker
- Owner: lil5
- License: 0bsd
- Created: 2022-02-07T22:08:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T22:10:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T00:45:44.875Z (2 months ago)
- Topics: docker, flatpak, flatpak-builder, flutter, github-actions
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)