An independent mobile and desktop client for Friendica written in Flutter
 
 
 
 
 
 
Go to file
Hank Grabowski 00cd377ae2 Fix label on Reply field on DMs aligned to top not center 2025-07-23 14:23:57 -04:00
android Icon update 2024-12-28 21:20:48 -05:00
fonts Use DSoc font for network icons from platform field 2024-08-30 21:45:29 -04:00
icon Fix splash screen icon 2025-01-19 16:28:11 -06:00
ios Fix background color of comments no longer transparent thus showing shadow 2025-06-05 13:41:18 -04:00
lib Fix label on Reply field on DMs aligned to top not center 2025-07-23 14:23:57 -04:00
linux Fix background color of comments no longer transparent thus showing shadow 2025-06-05 13:41:18 -04:00
macos Fix background color of comments no longer transparent thus showing shadow 2025-06-05 13:41:18 -04:00
screenshots Add more screenshots and change main screenshot to updated timeline 2023-11-19 09:08:22 -05:00
test Refactor link preview, profile client, relationship client and remote file client to RP 2024-12-16 19:11:11 -05:00
web Initial renaming pass 2023-01-19 22:37:00 -05:00
windows Fix background color of comments no longer transparent thus showing shadow 2025-06-05 13:41:18 -04:00
.gitignore Fix connectionById (and others) not refreshing when repo became available 2024-12-19 11:49:40 -05:00
.gitlab-ci.yml Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist 2022-11-03 03:13:19 +00:00
CHANGELOG.md Initial structure of the user manual. 2025-07-07 20:53:16 -04:00
LICENSE Add MPL License 2022-11-03 03:13:54 +00:00
PRIVACY.md Add initial privacy page for app store. 2023-11-19 03:13:22 +00:00
README.md Update to remove beta program notes and add support email. 2025-03-13 12:46:27 -04:00
analysis_options.yaml Add initial Riverpod imports 2024-07-24 06:40:42 -04:00
codemagic.yaml Back to project build number 2023-11-30 17:06:38 -05:00
developers.md Update version number, developer/install info, and changelog 2023-04-04 14:03:01 -04:00
devtools_options.yaml Tweak post thumbnail sizing 2024-12-20 08:48:04 -05:00
install.md Update to remove beta program notes and add support email. 2025-03-13 12:46:27 -04:00
pubspec.lock Fix background color of comments no longer transparent thus showing shadow 2025-06-05 13:41:18 -04:00
pubspec.yaml Bump build number 2025-06-16 10:37:45 -04:00
user_manual.md User manual skeleton with Introduction, Document Overview, and Interesting Features sections first drafts done 2025-07-19 16:31:59 -04:00

README.md

Relatica

A Flutter application for interfacing with the Friendica social network.

Relatica v0.8.0 on Linux Home Screen Screenshot Relatica v0.3.0 on Linux Home Expanded Drawer Screenshot

Project Objectives

  • Have a native app client on mobile (Apple and Android) and desktop (Linux, Mac, and Windows)
  • Providing a simpler UX for people to interact with Friendica
  • Providing a better low-bandwidth environment experience than the web-app version running in a browser
  • Reduce server side loading in the new fediverse era by doing techniques like leveraging paging of comments, local caching, and lazy loading.
  • Provide more intuitive mechanisms for adding things like Content Warning/Spoiler text and image ALT-text

Current Status

The project has now been released but is still in active development.

It is possible to install it now by following the install instructions.

If you would like to contribute please see this Developers Notes section.

Community and Support

Support email

Relatica Community Matrix Discussion Room

Issue Tracker

Things I could use help from community on:

  • More coders and testers are always welcome
  • CI/CD
  • Packaging for Linux operating systems using Flatpak, Snap, etc. (or individual packages per operating system)
  • UI/UX cleaning up
  • Graphics design for logo, website art
  • Documentation
  • Spreading the word

License

Relatica is licensed with the Mozilla Public License 2.0 (MPL) copyleft license.