You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Hello,
I’m working on a fairly simple application that redirects to a descriptive page of a song when clicking on video clip previews. On the main page, I first display the featured clip, which should loop continuously—a 20-second MP4 extract uploaded as an asset, without sound. It is placed inside a Container, which is inside a Stack, itself inside a Column. Below, there is a PageView displaying previous clips.
However, I’ve been struggling with a major issue for several weeks now. I want the clips to loop seamlessly like GIFs, without any bugs, as the app’s purpose is purely aesthetic. But I have two problems:
1️⃣ If the top clip is playing, the ones in the PageView do not play, and vice versa.
2️⃣ When swiping through the PageView, the clips take about a second to load, whereas I want all the clips to be preloaded when the app starts and play continuously.
I tried hosting the clips on Firebase, but that didn’t change anything.
Even worse, on the iOS simulator, the videos don’t even start—they only work when emulating on a real iPhone.
I’m a beginner in Flutter, so maybe I need to use a specific widget for the video “buttons,” or place the videos inside a particular container to prevent these bugs.
Thanks a lot! I’m attaching the page structure and VideoPlayer parameters to help you better understand the issue.
Expected Behavior
Steps to Reproduce
Reproducible from Blank
The steps to reproduce above start from a blank project.
Bug Report Code (Required)
??
Visual documentation
I’m working on a fairly simple application that redirects to a descriptive page of a song when clicking on video clip previews. On the main page, I first display the featured clip, which should loop continuously—a 20-second MP4 extract uploaded as an asset, without sound. It is placed inside a Container, which is inside a Stack, itself inside a Column. Below, there is a PageView displaying previous clips.
However, I’ve been struggling with a major issue for several weeks now. I want the clips to loop seamlessly like GIFs, without any bugs, as the app’s purpose is purely aesthetic. But I have two problems:
1️⃣ If the top clip is playing, the ones in the PageView do not play, and vice versa.
2️⃣ When swiping through the PageView, the clips take about a second to load, whereas I want all the clips to be preloaded when the app starts and play continuously.
I tried hosting the clips on Firebase, but that didn’t change anything.
Even worse, on the iOS simulator, the videos don’t even start—they only work when emulating on a real iPhone.
I’m a beginner in Flutter, so maybe I need to use a specific widget for the video “buttons,” or place the videos inside a particular container to prevent these bugs.
Thanks a lot! I’m attaching the page structure and VideoPlayer parameters to help you better understand the issue.
Environment
- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. This seems to be more of a support request rather than a bug report. For general support, guidance, or ideas, we recommend posting your question in the FlutterFlow Community, where fellow users and experts are always happy to help!
Alternatively, you can also reach out to our support team directly at support@flutterflow.io.
Please note that this GitHub Issue Tracker is intended specifically for reproducible bugs that are within FlutterFlow’s control to investigate and resolve.
Can we access your project?
Current Behavior
Hello,
I’m working on a fairly simple application that redirects to a descriptive page of a song when clicking on video clip previews. On the main page, I first display the featured clip, which should loop continuously—a 20-second MP4 extract uploaded as an asset, without sound. It is placed inside a Container, which is inside a Stack, itself inside a Column. Below, there is a PageView displaying previous clips.
However, I’ve been struggling with a major issue for several weeks now. I want the clips to loop seamlessly like GIFs, without any bugs, as the app’s purpose is purely aesthetic. But I have two problems:
1️⃣ If the top clip is playing, the ones in the PageView do not play, and vice versa.
2️⃣ When swiping through the PageView, the clips take about a second to load, whereas I want all the clips to be preloaded when the app starts and play continuously.
I tried hosting the clips on Firebase, but that didn’t change anything.
Even worse, on the iOS simulator, the videos don’t even start—they only work when emulating on a real iPhone.
I’m a beginner in Flutter, so maybe I need to use a specific widget for the video “buttons,” or place the videos inside a particular container to prevent these bugs.
Thanks a lot! I’m attaching the page structure and VideoPlayer parameters to help you better understand the issue.
Expected Behavior
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
??
Visual documentation
I’m working on a fairly simple application that redirects to a descriptive page of a song when clicking on video clip previews. On the main page, I first display the featured clip, which should loop continuously—a 20-second MP4 extract uploaded as an asset, without sound. It is placed inside a Container, which is inside a Stack, itself inside a Column. Below, there is a PageView displaying previous clips.
However, I’ve been struggling with a major issue for several weeks now. I want the clips to loop seamlessly like GIFs, without any bugs, as the app’s purpose is purely aesthetic. But I have two problems:
1️⃣ If the top clip is playing, the ones in the PageView do not play, and vice versa.
2️⃣ When swiping through the PageView, the clips take about a second to load, whereas I want all the clips to be preloaded when the app starts and play continuously.
I tried hosting the clips on Firebase, but that didn’t change anything.
Even worse, on the iOS simulator, the videos don’t even start—they only work when emulating on a real iPhone.
I’m a beginner in Flutter, so maybe I need to use a specific widget for the video “buttons,” or place the videos inside a particular container to prevent these bugs.
Thanks a lot! I’m attaching the page structure and VideoPlayer parameters to help you better understand the issue.
Environment
Additional Information
No response
The text was updated successfully, but these errors were encountered: