FlickVideoPlayer class

Inheritance

Constructors

FlickVideoPlayer({Key? key, required FlickManager flickManager, Widget flickVideoWithControls = const FlickVideoWithControls(controls: const FlickPortraitControls()), Widget? flickVideoWithControlsFullscreen, List<SystemUiOverlay> systemUIOverlay = SystemUiOverlay.values, List<SystemUiOverlay> systemUIOverlayFullscreen = const [], List<DeviceOrientation> preferredDeviceOrientation = const [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown], List<DeviceOrientation> preferredDeviceOrientationFullscreen = const [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight], bool wakelockEnabled = true, bool wakelockEnabledFullscreen = true, dynamic webKeyDownHandler(KeyboardEvent, FlickManager) = flickDefaultWebKeyDownHandler})
const

Properties

flickManager FlickManager
final
flickVideoWithControls Widget
Widget to render video and controls.
final
flickVideoWithControlsFullscreen Widget?
Widget to render video and controls in full-screen.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
preferredDeviceOrientation List<DeviceOrientation>
Preferred device orientation.
final
preferredDeviceOrientationFullscreen List<DeviceOrientation>
Preferred device orientation in full-screen.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemUIOverlay List<SystemUiOverlay>
SystemUIOverlay to show.
final
systemUIOverlayFullscreen List<SystemUiOverlay>
SystemUIOverlay to show in full-screen.
final
wakelockEnabled bool
Prevents the screen from turning off automatically.
final
wakelockEnabledFullscreen bool
Prevents the screen from turning off automatically in full-screen.
final
webKeyDownHandler → dynamic Function(KeyboardEvent, FlickManager)
Callback called on keyDown for web, used for keyboard shortcuts.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _FlickVideoPlayerState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited