VimeoPlayer class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- VimeoPlayer
Constructors
-
VimeoPlayer({required String? id, bool autoPlay = false, bool looping = false, ControlsConfig? controlsConfig, Color? loaderColor = Colors.white, Color? loaderBackgroundColor, bool fullScreenByDefault = false, BoxFit fullscreenVideoFit = BoxFit.contain, List<
DeviceOrientation> deviceOrientationsOnFullScreen = const [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight], List<DeviceOrientation> deviceOrientationsAfterFullScreen = const [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown, DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight], bool autoDetectFullscreenDeviceOrientation = false, Key? key}) -
const
Properties
- autoDetectFullscreenDeviceOrientation → bool
-
Defines if player should auto detect full screen device orientation based on aspect ratio of the video. If aspect ratio of the video is < 1 then video will played in full screen in portrait mode. If aspect ratio is >= 1 then video will be played horizontally. If this parameter is true, then deviceOrientationsOnFullScreen and
fullScreenAspectRatio
value will be ignored.final - autoPlay → bool
-
Whether player should autoplay video
final
- controlsConfig → ControlsConfig?
-
Configure controls
final
-
deviceOrientationsAfterFullScreen
→ List<
DeviceOrientation> -
Defines the set of allowed device orientations after exiting fullscreen
final
-
deviceOrientationsOnFullScreen
→ List<
DeviceOrientation> -
Defines the set of allowed device orientations on entering fullscreen
final
- fullScreenByDefault → bool
-
Start playing in fullscreen.default is false
final
- fullscreenVideoFit → BoxFit
-
Video fit in fullscreen mode
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Vimeo video id
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- loaderBackgroundColor → Color?
-
Progress indicator background color
final
- loaderColor → Color?
-
Progress indicator color
final
- looping → bool
-
Whether player should loop video
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< VimeoPlayer> -
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, int wrapWidth = 65}) → 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