-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fyne App Store Proposal
As Fyne continues to mature and become fully cross-platform, an App Store where users can install Fyne based applications makes sense. We can keep a list of applications on fyne.io stomewhere and store information about the applications in an XML or JSON or similar. The format would look something like:
<AppName> <path to github repo /> <optional git tag for release - if no tag then master is used /> </AppName>
The UI for the app store could then list the apps and populate icons/screenshots/details based off each apps README in the repo in order to present the apps in the store.
Apps could then be installed easily cross-platform with the App Store handling bundle/package fyne commands/go commands etc... This will make the barrier to install apps very simple for end users and alleviate the need for developers to package their apps cross-platform and release packages.
Once the backend is in place, this also present an excellent opportunity for Andrew to do a live coding stream to showcase how easy it is to build UIs using Fyne.
Finally - once the Web GL driver is completed... even something like apps.fyne.io could use the same app and allow the app installations to come from the web if users don't want to install the app store locally. A fully cross-platform app store showcasing our ecosystem would be useful indeed.