Skip to content

Commit

Permalink
chore: remove fixed VideoDimensions from example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Jan 16, 2023
1 parent 1291bc0 commit 41292ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ class PrimaryScreen extends StatefulWidget {
}

class PrimaryScreenState extends State<PrimaryScreen> {
Player player = Player(
id: 0,
videoDimensions: const VideoDimensions(640, 360),
);
Player player = Player(id: 0);
MediaType mediaType = MediaType.file;
CurrentState current = CurrentState();
PositionState position = PositionState();
Expand Down

0 comments on commit 41292ed

Please sign in to comment.