Add toxee and Tim2Tox to integrations - #284
Open
agentx-icu wants to merge 1 commit into
Open
Conversation
toxee is a Tox client written in Flutter that runs from a single codebase on desktop and mobile. Tim2Tox is the Dart/Flutter FFI layer over c-toxcore that it is built on, listed under language bindings as there was no Dart entry yet.
|
Warning Build failed. Please check the logs. |
Author
|
(Editing this comment — the backticks in my first version got eaten, and I had the PR numbers wrong.) Note on the red
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The page invites projects that use your software to add themselves, so here are two.
toxee — a Tox client written in Flutter, running from a single codebase on Windows, Linux, macOS, Android and iOS, with a layout that adapts between desktop, tablet and phone. It does one-on-one and group chats, file transfers, audio and video calls, friend requests, Tox ID sharing by QR code, and password-encrypted profiles. The latest release publishes installers for Windows (
.msi), macOS (.pkg), Linux (.deb/.rpm) and Android (.apk); iOS builds from source. Listed under both desktop and mobile clients, as Toxer already is.Tim2Tox — the Dart/Flutter FFI layer over c-toxcore that toxee is built on, kept in its own repository so other Flutter applications can use it. Added under language bindings, where there was no Dart entry yet.
Formatting follows the surrounding entries: alphabetical placement in the desktop and bindings lists, appended to the mobile list where the existing order is not alphabetical.
This change is