VooSu - is an open system for messaging and collaboration, focused on simplicity and scalability.
- Linux
- Android 7.0+
- iOS 13.0+
- Web
- macOS Catalina 10.15+
- Windows 10+
To build for Linux and Android using Docker:
docker build -f Dockerfile --target linux-build -t flutter-linux .
docker run --rm -e TARGETS=linux,android -v ./out:/opt/voosu/out flutter-linuxTo build for Web:
docker build -f Dockerfile --target linux-build -t flutter-web .
docker run --rm -e TARGETS=web -v ./out:/opt/voosu/out flutter-webBuilding for Windows requires a Windows host:
docker build -f Dockerfile-windows --target windows-build -t flutter-windows .
docker run --rm -v .\out:C:\voosu\out flutter-windows