Imports of package mobile

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fyne.io/fyne/v2Package fyne describes the objects and components available to any Fyne app.
fyne.io/fyne/v2/canvasPackage canvas contains all of the primitive CanvasObjects that make up a Fyne GUI.
fyne.io/fyne/v2/containerPackage container provides containers that are used to lay out and organise applications.
fyne.io/fyne/v2/driver/mobilePackage mobile provides mobile specific driver functionality.
fyne.io/fyne/v2/internal
fyne.io/fyne/v2/internal/animation
fyne.io/fyne/v2/internal/app
fyne.io/fyne/v2/internal/buildPackage build contains information about they type of build currently running.
fyne.io/fyne/v2/internal/cache
fyne.io/fyne/v2/internal/driver
fyne.io/fyne/v2/internal/driver/common
fyne.io/fyne/v2/internal/driver/mobile/appPackage app lets you write portable all-Go apps for Android and iOS.
fyne.io/fyne/v2/internal/driver/mobile/event/keyPackage key defines an event for physical keyboard keys.
fyne.io/fyne/v2/internal/driver/mobile/event/lifecyclePackage lifecycle defines an event for an app's lifecycle.
fyne.io/fyne/v2/internal/driver/mobile/event/paintPackage paint defines an event for the app being ready to paint.
fyne.io/fyne/v2/internal/driver/mobile/event/sizePackage size defines an event for the dimensions, physical resolution and orientation of the app's window.
fyne.io/fyne/v2/internal/driver/mobile/event/touchPackage touch defines an event for touch input.
fyne.io/fyne/v2/internal/driver/mobile/glPackage gl implements Go bindings for OpenGL ES 2.0 and ES 3.0.
fyne.io/fyne/v2/internal/painter
fyne.io/fyne/v2/internal/painter/glPackage gl provides a full Fyne render implementation using system OpenGL libraries.
fyne.io/fyne/v2/internal/repository
fyne.io/fyne/v2/internal/scale
fyne.io/fyne/v2/langPackage lang introduces a translation and localisation API for Fyne applications
fyne.io/fyne/v2/layoutPackage layout defines the various layouts available to Fyne apps.
fyne.io/fyne/v2/storagePackage storage provides storage access and management functionality.
fyne.io/fyne/v2/storage/repositoryPackage repository provides primitives for working with storage repositories.
fyne.io/fyne/v2/themePackage theme defines how a Fyne app should look when rendered.
fyne.io/fyne/v2/widgetPackage widget defines the UI widgets within the Fyne toolkit.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.