📄️ 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.
📄️ Graphics
Package graphics provides low\-level graphics primitives for drawing.
📄️ Theme
Package theme provides theming support for the Drift framework.
📄️ Animation
Package animation provides animation primitives for building smooth, physics\-based animations in Drift applications.
📄️ 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 global singletons for platform services.
📄️ Errors
Package errors provides structured error handling for the Drift framework.
📄️ Validation
Package validation provides accessibility validation and linting tools.
📄️ Accessibility
type Service