Log when video editor page is initialized and built

This commit is contained in:
ashilkn
2025-04-23 14:54:44 +05:30
parent be33ee5a1c
commit b52ac3ff5d

View File

@@ -52,6 +52,7 @@ class _VideoEditorPageState extends State<VideoEditorPage> {
@override
void initState() {
_logger.info("Initializing video editor page");
super.initState();
Future.microtask(() {
@@ -97,6 +98,7 @@ class _VideoEditorPageState extends State<VideoEditorPage> {
@override
Widget build(BuildContext context) {
_logger.info("Bulding video editor page");
return PopScope(
canPop: false,
onPopInvokedWithResult: (didPop, _) {