FLUTTER ECOSYSTEM

MixinNetwork/flutter-app

💻 Flutter/Dart द्वारा संचालित macOS, iPadOS, Linux और Windows के लिए Mixin Messenger डेस्कटॉप ऐप।

flutter-app प्रोजेक्ट कवर
Stars
330
Forks
69
अंतिम पुश (UTC)
17 सित॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
Mixin Network GitHub avatar
GITHUB Organization

Mixin Network ↗

We build open source software that always puts security, privacy and decentralization first.

भाषाएँDartC++CMakeSwiftRubyInno SetupCHTMLShellKotlinObjective-C

तकनीकी विषय

उपयोग की गई निर्भरताएँ

निर्भरता सूची 109 आइटम

रैंकिंग

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

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.

Download release version from https://mixin.one/mm

Quick start

Because some of the underlying implementations in the libraries are written in Rust, you will need to install Rust.

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.1
sudo apt-get install libsdl2-dev
sudo apt-get install libopus-dev libogg-dev

License

Released under the GPLv3 license.