Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MixinNetwork/flutter-app
๐ป Mixin Messenger desktop app for macOS, iPadOS, Linux, and Windows powered by Flutter/Dart.
https://github.com/MixinNetwork/flutter-app
end-to-end-encryption flutter messenger
Last synced: 2 months ago
JSON representation
๐ป Mixin Messenger desktop app for macOS, iPadOS, Linux, and Windows powered by Flutter/Dart.
- Host: GitHub
- URL: https://github.com/MixinNetwork/flutter-app
- Owner: MixinNetwork
- License: gpl-3.0
- Created: 2020-01-07T08:54:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:10:14.000Z (8 months ago)
- Last Synced: 2024-05-28T23:33:45.928Z (8 months ago)
- Topics: end-to-end-encryption, flutter, messenger
- Language: Dart
- Homepage: https://messenger.mixin.one
- Size: 18.8 MB
- Stars: 265
- Watchers: 13
- Forks: 58
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 25% open ยท โฑ๏ธ 30.05.2024): (Others)
README
# Mixin Messenger Flutter version
[![Dart CI](https://github.com/MixinNetwork/flutter-app/workflows/Dart%20CI/badge.svg)](https://github.com/MixinNetwork/flutter-app/actions)
Mixin Messenger for macOS, Windows and Linux, powered by [Flutter](https://flutter.dev/), the Signal Protocol is implemented with our [libsignal_protocol_dart](https://github.com/MixinNetwork/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](https://www.rust-lang.org/), you will need to install [Rust](https://www.rust-lang.org/).*
```
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
```shell
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](https://github.com/MixinNetwork/flutter-app/blob/master/LICENSE) license.