Creating this thread to collaborate the development efforts towards building a Flutter client for LBRY protocol. Code is available at GitHub - dakontiva/lbry_flutter. There are two branches in this repo, main
and lbry_lite
. The main
branch is meant to be completely P2P i.e. ships with lbrynet. The lbry_lite
branch uses publicly hosted API server (odysee) instead of running lbrynet locally. Most of current development effort is being done on lbry_lite
branch as it is easier to start with.
2 Likes
I think the LBRY app should be rewritten in Flutter or Tauri. This will allow the app to be easily packaged and released on desktop, android and iOS.