Skip to content

Commit

Permalink
[plugin] Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 12, 2021
1 parent 3ca8abe commit 5594f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dart_vlc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final MethodChannel _channel = MethodChannel('dart_vlc');
///
/// Do not provide [videoWidth] & [videoHeight], if you wish to use the [Player] for only audio playback.
///
/// Use various methods & event streams avaiable to control & listen to events of the playback.
/// Use various methods & event streams available to control & listen to events of the playback.
///
class Player extends FFI.Player {
final ValueNotifier<int?> textureId = ValueNotifier<int?>(null);
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widgets/video.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class VideoFrame {
/// return Scaffold(
/// body: Center(
/// child: Video(
/// playerId: 0,
/// player: player,
/// height: 420.0,
/// width: 320.0
/// ),
Expand Down

0 comments on commit 5594f5d

Please sign in to comment.