An independent mobile and desktop client for Friendica written in Flutter
 
 
 
 
 
 
Go to file
HankG 6e9d34ff54 Merge branch 'settings-and-dark-mode' into 'main'
Settings and dark mode

See merge request mysocialportal/friendica_portal!6
2023-01-20 01:49:11 +00:00
android Fix Android manifest to allow internet access 2023-01-18 21:51:13 -05:00
ios Configure tweaks to get ObjectBox working on iOS and macOS 2023-01-18 15:10:38 -05:00
lib Add dark mode selection/theming 2023-01-19 20:37:35 -05:00
linux Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
macos Configure tweaks to get ObjectBox working on iOS and macOS 2023-01-18 15:10:38 -05:00
test Refactor post/comment views to use a more flattened structure. 2023-01-07 10:30:16 -06:00
web Initial Commit 2022-11-02 23:25:29 -04:00
windows Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
.gitignore Fix for self signed certs issue (but only partially implemented dev-mode settings) 2022-11-20 10:06:44 -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
LICENSE Add MPL License 2022-11-03 03:13:54 +00:00
README.md Add real hashtag processing and storage 2023-01-18 12:52:32 -05:00
analysis_options.yaml Initial Commit 2022-11-02 23:25:29 -04:00
pubspec.lock Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
pubspec.yaml Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00

README.md

Friendica Portal

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.