FLUTTER ECOSYSTEM

MixinNetwork/flutter-app

💻 Flutter/Dart로 구동되는 Mixin Messenger 데스크톱 앱으로 macOS, iPadOS, Linux, Windows를 지원합니다.

flutter-app 프로젝트 이미지
Stars
330
Forks
69
최근 푸시(UTC)
2026. 9. 17.
프로젝트 상태
활성
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.