You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like both the fyne tool and fyne_demo app were recently copied out of the fyne repo.
The code remaining in the old repo now prints a deprecation message.
The getting started doc, however, still references the old paths. So the new user encounters awkward deprecation messages when forming their first impressions of the (technically impressive) toolkit.
$ go install go install fyne.io/fyne/v2/cmd/fyne@latest
$ fyne
NOTE: This tool is deprecated and has migrated to fyne.io/tools/cmd/fyne. The new tool can be installed by running the following command:
go install fyne.io/tools/cmd/fyne@latest