diff --git a/lib/main.dart b/lib/main.dart index 4a6d605..91118a8 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -49,7 +49,9 @@ class MyApp extends StatelessWidget { // is not restarted. primarySwatch: Colors.lightBlue, ), - home: const TensordexHome(title: 'Tensordex'), + home: + const TensordexHome(title: 'Tensordex'), + // const CameraExampleHome(), ); } } diff --git a/pubspec.lock b/pubspec.lock index 170b294..194b9b1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -217,6 +217,14 @@ packages: url: "https://pub.dev" source: hosted version: "3.0.2" + csslib: + dependency: transitive + description: + name: csslib + sha256: b36c7f7e24c0bdf1bf9a3da461c837d1de64b9f8beb190c9011d8c72a3dfd745 + url: "https://pub.dev" + source: hosted + version: "0.17.2" cupertino_icons: dependency: "direct main" description: @@ -352,6 +360,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.0" + html: + dependency: transitive + description: + name: html + sha256: d9793e10dbe0e6c364f4c59bf3e01fb33a9b2a674bc7a1081693dba0614b6269 + url: "https://pub.dev" + source: hosted + version: "0.15.1" http_multi_server: dependency: transitive description: @@ -734,6 +750,46 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.4" + video_player: + dependency: "direct main" + description: + name: video_player + sha256: "59f7f31c919c59cbedd37c617317045f5f650dc0eeb568b0b0de9a36472bdb28" + url: "https://pub.dev" + source: hosted + version: "2.5.1" + video_player_android: + dependency: transitive + description: + name: video_player_android + sha256: "984388511230bac63feb53b2911a70e829fe0976b6b2213f5c579c4e0a882db3" + url: "https://pub.dev" + source: hosted + version: "2.3.10" + video_player_avfoundation: + dependency: transitive + description: + name: video_player_avfoundation + sha256: d9f7a46d6a77680adb03ec05a381025d6e890ebe636637c6c3014cc3926b97e9 + url: "https://pub.dev" + source: hosted + version: "2.3.8" + video_player_platform_interface: + dependency: transitive + description: + name: video_player_platform_interface + sha256: "42bb75de5e9b79e1f20f1d95f688fac0f95beac4d89c6eb2cd421724d4432dae" + url: "https://pub.dev" + source: hosted + version: "6.0.1" + video_player_web: + dependency: transitive + description: + name: video_player_web + sha256: b649b07b8f8f553bee4a97a0a53d0fe78a70b115eafaf0105b612b32b05ddb99 + url: "https://pub.dev" + source: hosted + version: "2.0.13" watcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 36d7130..dd245c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,6 +39,7 @@ dependencies: hive: ^2.2.3 hive_flutter: ^1.1.0 camera: ^0.10.2 + video_player: ^2.5.1 dev_dependencies: flutter_test: