Announcing Mixin Flutter Desktop open source

Crossle Song
Mixin Network
Published in
2 min readFeb 17, 2022

We are announcing a new Mixin Messenger desktop version open source, we use Flutter to build a new cross-platform version app. GitHub: https://github.com/MixinNetwork/flutter-app

Flutter

When we plan to develop a desktop app for Windows, Linux and macOS, we choose Electron before, but as you know the Electron app is too big and costs much memory. So we looking for other cross-platform solutions, Flutter is an open source framework for building multi-platform applications. Our team paid attention to flutter very early. When it’s support desktop, we think it’s time to try Flutter to build our new Mixin Messenger desktop app.

Mixin Messenger is an open source end-to-end encryption messenger that uses signal protocol focused on safety and private message. For this purpose, We implement Signal Protocol on dart https://github.com/MixinNetwork/libsignal_protocol_dart. And some plugins like drag files, paste images and files, open WebView on desktop. You can find the plugins on https://github.com/MixinNetwork/flutter-plugins or https://pub.dev/publishers/mixin.dev/packages

Summary

Thanks for our remote teammates collaborative development of the Mixin Messenger Flutter desktop. Welcome Flutter developers contribute flutter app and issue bugs on GitHub. Hope to meet you on Mixin Messenger.

  1. Official website download https://mixin.one/mm
  2. Windows store download https://www.microsoft.com/en-us/p/mixin-desktop/9nq6hf99b8nj
  3. Mac App Store https://apps.apple.com/us/app/mixin-messenger/id1571128582

--

--