📄️ Core
Package core provides the widget and element framework interfaces and lifecycle.
📄️ Drift
Package drift provides the main entry point for Drift applications.
📄️ Widgets
Package widgets provides UI components for building widget trees.
📄️ Layout
Package layout provides layout value types and the render system.
📄️ Rendering
Package rendering provides low\-level graphics primitives for drawing.
📄️ Theme
Package theme provides theming support for the Drift framework.
📄️ Animation
Package animation provides animation primitives for the Drift framework.
📄️ Navigation
Package navigation provides routing and navigation for the Drift framework.
📄️ Gestures
Package gestures provides gesture recognition for pointer input, including an arena for resolving competing recognizers and common gesture types like tap and pan.
📄️ Focus
Package focus provides focus management structures.
📄️ Platform
Package platform provides platform channel communication between Go and native code. It enables Go code to call native APIs \(clipboard, haptics, etc.\) and receive events from the native platform \(lifecycle changes, sensor data, etc.\).
📄️ Errors
Package errors provides structured error handling for the Drift framework.
📄️ Validation
Package validation provides accessibility validation and linting tools.
📄️ Accessibility
type Service