Registry / utility / fyne-v2

fyne-v2

JSON →
library2.7.4gogounverified

Package fyne provides objects and components for building graphical applications.

go get fyne.io/fyne/v2
INSTALL
IMPORT
SIG · FYNE-V2
F
fyne-v2
utilitygov2.7.4
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/fyne/v2

Creates a simple Fyne application with a window and label.

package main import ( "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/widget" ) func main() { a := app.New() w := a.NewWindow("Hello") w.SetContent(widget.NewLabel("Hello Fyne!")) w.ShowAndRun() }
Debug
Known issues
breakingFyne v2 uses a different API than v1; migration required.
fix
Refer to the Fyne migration guide for upgrading from v1 to v2.
affects: >=2.0.0
Upgrade
Version history
2.7.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
4
Bingbot
4
Resources
fyne-v2 — go get fyne-v2 · libregistry