An independent mobile and desktop client for Friendica written in Flutter
 
 
 
 
 
 
Go to file
Hank Grabowski a74df3b231 Fix async init problem with SettingsService 2023-01-19 23:23:56 -05:00
android Initial renaming pass 2023-01-19 22:37:00 -05:00
ios Initial renaming pass 2023-01-19 22:37:00 -05:00
lib Fix async init problem with SettingsService 2023-01-19 23:23:56 -05:00
linux Initial renaming pass 2023-01-19 22:37:00 -05:00
macos Initial renaming pass 2023-01-19 22:37:00 -05:00
test Initial renaming pass 2023-01-19 22:37:00 -05:00
web Initial renaming pass 2023-01-19 22:37:00 -05:00
windows Initial renaming pass 2023-01-19 22:37:00 -05:00
.gitignore
.gitlab-ci.yml
LICENSE
README.md Initial renaming pass 2023-01-19 22:37:00 -05:00
analysis_options.yaml
pubspec.lock Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
pubspec.yaml Initial renaming pass 2023-01-19 22:37:00 -05:00

README.md

Relatica

A Flutter application for interfacing with the Friendica social network.

For Linux development be sure that libsecret-1-dev and libjsoncpp-dev are installed on the machine. For running only make sure the non-dev versions are...

Development Notes

Whenever a model is changed that is stored in ObjectBox it is necessary to execute the command:

flutter pub run build_runner build

Licensed with the Mozilla Public License 2.0 copyleft license.