2. Youtube Videos Issue
Last updated
Last updated
Fix: Go to the source/wordpress_app/pubspec.yaml file and remove this following lines if you added them before.
From this file, remove the pod_player: ^0.2.1 and add last_pod_player: ^0.0.5 instead of the dependencies.
Now, go to the lib/widgets/video_player_widget.dart file and remove import 'package:pod_player/pod_player.dart'; from the top and import 'package:last_pod_player/last_pod_player.dart';