The cutest instant messenger in the [matrix]
Find a file
2024-06-17 12:42:48 -04:00
.github Merge commit '70ee24fa59ad6af41c151bdb6676d88e6b60ab33' into new-merge 2024-06-17 11:11:01 -04:00
.vscode
android Merge commit '81b254f82cc7a5d23a8884c881ec4d9d3a680cca' into new-merge 2024-06-17 09:58:45 -04:00
appimage
assets fluffychat merge 2024-06-17 11:20:34 -04:00
docs Merge remote-tracking branch 'fluffychat/main' into auto-pr 2024-04-08 19:17:32 +02:00
fdroid
fonts
integration_test
ios fluffychat merge 2024-06-17 10:57:57 -04:00
lib small fixes for UI issues 2024-06-17 12:42:48 -04:00
linux allow students to leave chats and class via the archive button 2024-05-01 09:09:21 -04:00
macos converting actually to words per hour so its an int 2024-05-15 15:17:30 -04:00
pangea_packages/fcm_shared_isolate
scripts fluffychat merge 2024-06-17 09:17:05 -04:00
snap fluffychat merge 2024-06-17 10:57:57 -04:00
test fluffychat merge 2024-06-17 09:25:18 -04:00
test_driver
web merge github-issues into auto-pr 2024-04-22 11:02:45 -04:00
windows allow students to leave chats and class via the archive button 2024-05-01 09:09:21 -04:00
winuwp
.gitignore
.mailmap
.metadata Merge remote-tracking branch 'fluffychat/main' into auto-pr 2024-04-08 19:17:32 +02:00
analysis_options.yaml
CHANGELOG.md build: Release v1.21.1 2024-06-17 09:34:40 +02:00
config.sample.json
devtools_options.yaml refactor: Update to Matrix Dart SDK 0.29.9 2024-05-29 11:20:32 +02:00
Dockerfile
l10n.yaml
LICENSE
licenses.yaml
needed-translations.txt fluffychat merge 2024-06-17 11:20:34 -04:00
PRIVACY.md
pubspec.lock Merge commit '79ecfd96fafbe43aded159f11552df44d97492bd' into new-merge 2024-06-17 11:22:38 -04:00
pubspec.yaml Merge commit '79ecfd96fafbe43aded159f11552df44d97492bd' into new-merge 2024-06-17 11:22:38 -04:00
README.md added language detection controller, edited README, and removed some old code 2024-05-21 17:44:09 -04:00
TRANSLATORS_GUIDE.md

Overview

Pangea Chat is a web and mobile platform which lets students learn a language while texting their friends. Addressing the gap in communicative language teaching, especially for beginners lacking skill and confidence, Pangea Chat provides a low-stress, high-support environment for language learning through authentic conversations. By integrating human and artificial intelligence, the app enhances communicative abilities and supports educators. Pangea Chat has been grant funded by the National Science Foundation and Virginia Innovation Partnership Corporation based on its technical innovation and potential for broad social impact. Our mission is to build a global, decentralized learning network supporting intercultural learning and exchange.

Pangea Chat Client Setup

  • Download VSCode if you do not already have it installed. This is the preferred IDE for development with Pangea Chat.
  • Download flutter on your device using this guide: https://docs.flutter.dev/get-started/install
  • Test to make sure that flutter is properly installed by running “flutter version”
  • Ensure that Google Chrome is installed
  • Install the latest version of XCode
    • After downloading XCode, ensure that the iOS simulator runtime is installed. To do this, after initially downloading XCode, a screen will open where you can select the platforms you wish to develop for. Selected iOS and download from there.
  • Install the latest version of Android Studio
    • After downloading Android Studio, open Android Studio and go through setup wizard
  • In Android Studio, open settings -> Android SDK -> SDK tools, then click “Android SDK Command Line Tools” and click OK to run the download
  • If you do not have homebrew install on your device, install homebrew by follow the instructions here: https://brew.sh/
  • Run “brew install cocoapods” to install cocoapods
  • Run “flutter doctor” and for any missing components, follow the instructions from the print out to install / setup
  • Clone the client repo
  • Copy the .env file (and the .env.prod file, if you want to run production builds), into the root folder of the client and the assets/ folder. Contact Gabby for a copy of this file.
  • Uncomment the lines in the pubspec.yaml file in the assets section with paths to .env file
  • To run on iOS:
    • Run “flutter precache --ios”
    • Go to the iOS folder and run “pod install”
  • To run on Android:
  • To run the app from VSCode terminal:
    • On web, run flutter run -d chrome hot
    • On mobile device or simulator, run flutter run hot -d <DEVICE_NAME>

Special thanks

  • Pangea Chat is a fork of FluffyChat, is an open source, nonprofit and cute [matrix] client written in Flutter. The goal of FluffyChat is to create an easy to use instant messenger which is open source and accessible for everyone. You can support the primary maker of FluffyChat directly here.

  • Fabiyamada is a graphics designer and has made the fluffychat logo and the banner. Big thanks for her great designs.

  • Advocatux has made the Spanish translation with great love and care. He always stands by my side and supports my work with great commitment.

  • Thanks to MTRNord and Sorunome for developing.

  • Also thanks to all translators and testers! With your help, fluffychat is now available in more than 12 languages.

  • Noto Emoji Font for the awesome emojis.

  • WoodenBeaver sound theme for the notification sound.

  • The Matrix Foundation for making and maintaining the emoji translations used for emoji verification, licensed Apache 2.0