The cutest instant messenger in the [matrix]
Find a file
2024-12-05 09:50:09 -05:00
.github added flutter clean / pub get lines before release build lines to resolve errors in release workflow (#1147) 2024-12-05 09:50:09 -05:00
.vscode
android Audio section widget (#744) 2024-10-21 12:53:34 -04:00
appimage
assets 1137 room visibility changes (#1139) 2024-12-04 11:06:27 -05:00
docs
fdroid
fonts
integration_test
ios
lib Dont play tokens on flag activity (#1145) 2024-12-04 16:47:48 -05:00
linux
macos added alternative tts package for windows users (#1065) 2024-11-19 16:36:09 -05:00
pangea_packages/fcm_shared_isolate
scripts
snap
test
test_driver
web
windows Audio section widget (#744) 2024-10-21 12:53:34 -04:00
winuwp
.env initial work on auto-enroll users in support space (#1097) 2024-11-26 14:09:17 -05:00
.gitignore 944 publish env (#1043) 2024-11-18 16:46:45 -05:00
.mailmap
.metadata
analysis_options.yaml
CHANGELOG.md
config.sample.json
devtools_options.yaml
Dockerfile
env.ocal_choreo
l10n.yaml
LICENSE
licenses.yaml
PRIVACY.md
pubspec.lock call context.go to rooms when clearing active space (#1093) 2024-11-22 13:22:24 -05:00
pubspec.yaml don't play individual audios while main audio is playing (#1130) 2024-12-02 14:34:45 -05:00
README.md 944 publish env (#1043) 2024-11-18 16:46:45 -05:00
sentry.properties
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
  • 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 which is a [matrix] client written in Flutter. 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