圈圈之地长毛象
Find a file
2026-01-18 10:50:28 +08:00
android chore: create readme 2026-01-11 22:53:56 +08:00
assets chore: replace logo 2026-01-12 21:49:14 +08:00
ios feat: redesign profile page and implement QR code feature 2026-01-11 11:11:31 +08:00
lib chore: fix build number display in settings 2026-01-18 10:50:28 +08:00
linux feat: Migrate Mastodon client from quanquan_android 2026-01-11 09:57:29 +08:00
macos feat: Migrate Mastodon client from quanquan_android 2026-01-11 09:57:29 +08:00
test feat: Migrate Mastodon client from quanquan_android 2026-01-11 09:57:29 +08:00
web initialize project 2026-01-07 23:00:16 +08:00
windows feat: Migrate Mastodon client from quanquan_android 2026-01-11 09:57:29 +08:00
.gitignore feat: Migrate Mastodon client from quanquan_android 2026-01-11 09:57:29 +08:00
.metadata initialize project 2026-01-07 23:00:16 +08:00
analysis_options.yaml initialize project 2026-01-07 23:00:16 +08:00
build_prod.sh chore: clean the old apk and file 2026-01-18 10:11:38 +08:00
l10n.yaml feat: Migrate Mastodon client from quanquan_android 2026-01-11 09:57:29 +08:00
pubspec.lock feat: Replace image viewer with photo_viewer package 2026-01-18 09:54:38 +08:00
pubspec.yaml chore: fix build number display in settings 2026-01-18 10:50:28 +08:00
README.md chore: create readme 2026-01-11 22:53:56 +08:00

QuanTeaHouse (圈圈茶社)

QuanTeaHouse (formerly known as QuanQuan Mastodon) is a feature-rich, localized Mastodon client built with Flutter. It aims to provide a smooth and culturally adapted social media experience.

Features

  • Multi-Account Support: Seamlessly switch between different Mastodon instances.
  • Localization: Fully localized in English, Simplified Chinese, and Traditional Chinese.
  • Media Management: Built-in media viewer and cache management.
  • Theming: Light and Dark mode support (System Default).
  • Privacy Focused: Granular control over post visibility and interactions.

Getting Started

This project is a starting point for a Flutter application.

Prerequisites

  • Flutter SDK (^3.10.4)
  • Dart SDK

Build

To build the project for Android:

flutter build apk
# OR for App Bundle
flutter build appbundle

For a production build with localized names, ensure you have the correct environments set up.

Resources

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.