/flutter-app

💻 Mixin Messenger desktop app for macOS, iPadOS, Linux, and Windows powered by Flutter/Dart.

Primary LanguageDartGNU General Public License v3.0GPL-3.0

Mixin Messenger Flutter version

Dart CI

Mixin Messenger for macOS, Windows and Linux, powered by Flutter, the Signal Protocol is implemented with our libsignal_protocol_dart.

Quick start

flutter run -d macOS
flutter run -d linux
flutter run -d windows

Release

flutter build macos --release
flutter build linux --release
flutter build windows --release

Linux build Requirement

there are some addition library needed.

debian

sudo apt-get install libsqlite3-dev
sudo apt-get install webkit2gtk-4.0
sudo apt-get install libsdl2-dev

License

Released under the GPLv3 license.