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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T22:10:09.000Z (over 3 years ago)
- Last Synced: 2024-12-26T18:16:39.252Z (6 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

# 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)