Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ client Public

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

License

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

You can build VooSu in two ways:

  1. Using Docker (recommended, isolated environment)
  2. On Host (from source) (requires system dependencies installed)

Build with Docker

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/voo-su/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/voo-su/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:\voo-su\out flutter-windows

Build on Host (from Source)

Minimum recommended version:

  • Flutter 3.22.0
  • Dart 3.4.0
git clone https://github.com/voo-su/app.git
cd app
flutter pub get
flutter build linux --release
flutter build macos --release
flutter build windows --release
flutter build apk --release
flutter build ios --release

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