Skip to content

Commit

Permalink
[example] Updated Video widget
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 13, 2021
1 parent 42c8377 commit b2ad437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class DartVLCExampleState extends State<DartVLCExample> {
@override
Widget build(BuildContext context) {
return MaterialApp(
themeMode: ThemeMode.dark,
darkTheme: ThemeData.dark(),
home: Scaffold(
appBar: AppBar(
title: const Text('dart_vlc'),
Expand All @@ -83,7 +81,7 @@ class DartVLCExampleState extends State<DartVLCExample> {
clipBehavior: Clip.antiAlias,
elevation: 2.0,
child: Video(
playerId: 0,
player: player,
width: 640,
height: 480,
volumeThumbColor: Colors.blue,
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.4"
dart_vlc_ffi:
dependency: transitive
description:
name: dart_vlc_ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.9"
path: "../ffi"
relative: true
source: path
version: "0.1.2"
ffi:
dependency: transitive
description:
Expand Down

0 comments on commit b2ad437

Please sign in to comment.