The cutest instant messenger in the [matrix]
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
ggurdin 2aacaa451f
fix: replace web preview icons (#1746)
9 months ago
.github 1653 GitHub action to add needs testing labels (#1679) 9 months ago
.vscode handling no tokens in pangea message event 2 years ago
android Fluffychat merge (#1685) 9 months ago
appimage code files 2 years ago
assets Vi-copy (#1724) 9 months ago
docs 1125 merge upstream fluffychat into main (#1184) 11 months ago
fdroid docs: Replace gitlab references 2 years ago
fonts Fluffychat merge (#1685) 9 months ago
integration_test refactor: Added and applied require_trailing_commas linter rule 3 years ago
ios Fluffychat merge (#1685) 9 months ago
lib feat: move reply button to chat view header (#1733) 9 months ago
linux added clicking sounds on button click (#1236) 11 months ago
macos Fluffychat merge (#1685) 9 months ago
pangea_packages/fcm_shared_isolate fix: fix dart formatting for CI (#1368) 10 months ago
scripts added patch and moved to manual 10 months ago
snap Fluffychat merge (#1685) 9 months ago
test fix: fix dart formatting for CI (#1368) 10 months ago
test_driver sorted imports again? 2 years ago
web fix: replace web preview icons (#1746) 9 months ago
windows added clicking sounds on button click (#1236) 11 months ago
winuwp feat: implement retreiving widgets 4 years ago
.env Using choreo with matrix token (2) (#1242) 10 months ago
.gitignore added patch and moved to manual 10 months ago
.mailmap add a .mailmap 4 years ago
.metadata Merge remote-tracking branch 'fluffychat/main' into auto-pr 2 years ago
CHANGELOG.md Fluffychat merge (#1685) 9 months ago
Dockerfile Fix dependency. missing yq when invoking setup-web. also ensure updated config.json copied in 2 years ago
LICENSE Add license and gitlab pages stuff 6 years ago
PRIVACY.md Fluffychat merge (#1685) 9 months ago
README.md Using choreo with matrix token (2) (#1242) 10 months ago
TRANSLATORS_GUIDE.md code files 2 years ago
analysis_options.yaml 1380 content challenges (#1391) 10 months ago
config.sample.json config and deploy 2 years ago
devtools_options.yaml refactor: Update to Matrix Dart SDK 0.29.9 1 year ago
l10n.yaml 1125 merge upstream fluffychat into main (#1184) 11 months ago
licenses.yaml feat: Record voice message with opus/ogg if supported 1 year ago
pubspec.lock Add message meaning challenge activity (#1706) 9 months ago
pubspec.yaml Fluffychat merge (#1685) 9 months ago
sentry.properties Sentry using dart 1 year ago

README.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
    • Or as a web server (Usage with WSL or remote connect) flutter run --release -d web-server -web-port=3000
    • 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