Skip to content

voo-su/client

Repository files navigation

VooSu for Android, iOS, Web, Linux, Windows, and macOS

VooSu - is an open system for messaging and collaboration, focused on simplicity and scalability.


Supported Platforms

  • Linux
  • Android 7.0+
  • iOS 13.0+
  • Web
  • macOS Catalina 10.15+
  • Windows 10+

Server version repository


Build Instructions

Linux & Android

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-linux

Web

To 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-web

Windows

Building 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

About

VooSu is a cross-platform application for Android, iOS, and Desktop

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published