Skip to content

Commit

Permalink
dart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaziz-mahdy committed Jul 17, 2023
1 parent 725bc70 commit 45d7562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package/lib/src/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ enum ControlsStyle {

/// The custom style is used to apply a custom style which you can provide in MeeduPlayerController.
custom,


}

class MeeduPlayerController {
Expand Down
1 change: 0 additions & 1 deletion package/lib/src/widgets/meedu_video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ class _MeeduVideoPlayerState extends State<MeeduVideoPlayer> {
responsive: _.responsive,
child: _.customControls!,
)

],
),
);
Expand Down

0 comments on commit 45d7562

Please sign in to comment.