Registry / utility / x-fyne

x-fyne

JSON →
library0.0.0-20260404122735-cbbdf562353egogounverified

Experimental and community extensions for the Fyne GUI toolkit, including widgets, layouts, and utilities.

go get fyne.io/x/fyne
INSTALL
IMPORT
SIG · X-FYNE
X
x-fyne
utilitygov0.0.0-20260404122735-cbbdf562353e
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fyne
fyne.io/x/fyne

Basic Fyne app using the x/fyne package.

package main import ( "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/widget" xfyne "fyne.io/x/fyne" ) func main() { a := app.New() w := a.NewWindow("Hello") w.SetContent(widget.NewLabel("Hello Fyne X")) w.ShowAndRun() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260404122735-cbbdf562353elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
x-fyne — go get x-fyne · libregistry