Skip to content

Commit

Permalink
saving refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoskorep committed Feb 17, 2023
1 parent f2e7527 commit c92e504
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
);
}
}
56 changes: 56 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c92e504

Please sign in to comment.