Sarthak Gupta
Sarthak Gupta
`import 'package:flutter/material.dart'; import 'package:carousel_slider/carousel_slider.dart'; import 'package:pod_player/pod_player.dart'; class MicroLearningPage extends StatefulWidget { const MicroLearningPage({super.key}); @override _MicroLearningPageState createState() => _MicroLearningPageState(); } class _MicroLearningPageState extends State { List buttonCarouselControllers = []; late List...
> Please Refer these example: https://github.com/newtaDev/pod_player/blob/master/example/lib/examples/play_list_of_videos.dart > > https://github.com/newtaDev/pod_player/blob/master/example/lib/examples/play_videos_list_dynamically.dart I did but still not working in the build. However, The problem is only occurring in the build apk.