📄️ Audio
A control to simultaneously play multiple audio files. Works on macOS, Linux, Windows, iOS, Android and web.
📄️ Draggable
A control that can be dragged from to a DragTarget.
📄️ DragTarget
A control that completes drag operation when a Draggable widget is dropped.
📄️ FilePicker
A control that allows you to use the native file explorer to pick single or multiple files, with extensions filtering support and upload.
📄️ GestureDetector
A control that detects gestures.
📄️ TransparentPointer
TransparentPointer is the solution to "How to pass trough all gestures between two widgets in Stack" problem.
📄️ HapticFeedback
Allows access to the haptic feedback interface on the device.
📄️ Semantics
A control that annotates the control tree with a description of the meaning of the widgets.
📄️ ShaderMask
A control that applies a mask generated by a shader to its child.
📄️ ShakeDetector
Detects phone shakes.
📄️ Tooltip
A Material Design tooltip.
📄️ WindowDragArea
A control for drag to move, maximize and restore application window.
📄️ FletApp
Allows rendering another Flet app in the current app, similar to HTML IFrame, but for Flet.