-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem after build #208
Comments
`import 'package:flutter/material.dart'; class MicroLearningPage extends StatefulWidget { @OverRide class _MicroLearningPageState extends State { final List sectionTitle = [ List mostViewedVideoTitles = ['Title1', 'Title2', 'Title3']; final List videoUrls2 = [ late List<List> totalVideoUrlLists = [ @OverRide
} void addPodPlayerController(List videoUrls) { void disposeControllers() { @OverRide @OverRide |
I did but still not working in the build. However, The problem is only occurring in the build apk. |
Same on my side. Also examples not working correctly. On debug mode all videos are ok. On release mode, loading same movie to all containers. Flutter (Channel stable, 3.22.1, on macOS 14.4.1 23E224 darwin-arm64) |
@newtaDev |
Hi, the I created PR that replaces |
When i test my app in the debug mode or using cable then it works fine but after i test the build-release apk then it creates problem.
So the problem is that i am trying to play many youtube videos as i have a list of videos. They play very well during debug mode but when i build the app and then test then only the last instance i created is assigned to every video and they play and pause all together.
The below is my code.
The text was updated successfully, but these errors were encountered: