PlayerProvider class
- Inheritance
-
- Object
- ChangeNotifier
- PlayerProvider
Constructors
Properties
- currentPlayingPosition ↔ Duration
-
getter/setter pair
- functionVisibility ↔ bool
-
getter/setter pair
- functionVisibleTimer ↔ Timer?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- isPlaying ↔ bool
-
getter/setter pair
- isVideoEnd ↔ bool
-
getter/setter pair
- muteCtrlIcon ↔ IconData?
-
getter/setter pair
- playCtrlIcon ↔ IconData?
-
play control icons
getter/setter pair
- playerControls ↔ PlayerControls?
-
initialize video player settings
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalVideoTime ↔ Duration
-
getter/setter pair
- videoPlayerController ↔ VideoPlayerController?
-
video functions
getter/setter pair
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
disposeControllers(
) → dynamic -
getVideoPositionalValues(
) → dynamic - video time based positional value
-
isVideoEndCheck(
) → dynamic - check the video is end
-
isVideoPlaying(
) → dynamic - check the playing status
-
muteCtrlFunction(
) → dynamic - mute un mute function
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
playControlFun(
) → dynamic - play start resume function
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
seekVideoPosition(
int microSecond) → dynamic - seek video position
-
setFunctionVisible(
{bool visibility = true, bool always = false}) → dynamic -
setPlayerControls(
PlayerControls playerCtrl) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
videoInitialize(
) → dynamic -
videoInitSettings(
) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited