https://github.com/leech001/docker_flutter
Ubuntu Linux images for Flutter & Dart
https://github.com/leech001/docker_flutter
dart docker docker-compose dockerfile flutter ubuntu
Last synced: 2 months ago
JSON representation
Ubuntu Linux images for Flutter & Dart
- Host: GitHub
- URL: https://github.com/leech001/docker_flutter
- Owner: leech001
- Created: 2022-05-22T18:51:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T19:30:09.000Z (about 4 years ago)
- Last Synced: 2025-05-15T19:09:29.767Z (about 1 year ago)
- Topics: dart, docker, docker-compose, dockerfile, flutter, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker compose and Ubuntu Linux images for Flutter & Dart
Add this repository to the root of your flutter project.
Go to the 'you_flutter_project/docker/linux-build' directory and run the command
```
docker-compose up
```
The results of building your application will be in the 'you_flutter_project/build' folder of your project.
If you need to build a linux application with the 'system_tray' package (https://pub.dev/packages/system_tray) go to the directory './docker/linux-build' and open the Dockerfile and uncheck the corresponding comment to include the additional libraries in the image build.