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
Which API doesn't behave as documented, and how does it misbehave?
player.currentIndex is not updated if player is stopped and item is removed from the list. this causes issues in seek if index is not specified
Minimal reproduction project
sample code is attached test.txt
To Reproduce (i.e. user steps, not code)
Steps to reproduce the behavior:
Play and wait for voice 2
stop
click on floating button
check console of the currentIndex before and after removal.
if you didnt stop, the currentIndex or the track is correct
Error messages
If applicable, copy & paste error message here, within the triple quotes to preserve formatting.
Expected behavior
currentIndex to be correct after removing items from the list
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Win
Browser Edge
Smartphone (please complete the following information):
Not tested
Flutter SDK version
E:\Support\flutter\bin\flutter.bat doctor --verbose
[√] Flutter (Channel beta, 3.26.0-0.1.pre, on Microsoft Windows [Version 10.0.22631.4317], locale en-US)
• Flutter version 3.26.0-0.1.pre on channel beta at E:\Support\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ee624bc4fd (5 weeks ago), 2024-09-10 17:41:06 -0500
• Engine revision 059e4e6d8f
• Dart version 3.6.0 (build 3.6.0-216.1.beta)
• DevTools version 2.39.0
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at C:\Users\ias12\AppData\Local\Android\sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: C:\Users\ias12\AppData\Local\Programs\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 21.0.4+-12457126-b607.1)
• All Android licenses accepted.
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.11.5)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.11.35327.3
• Windows 10 SDK version 10.0.22621.0
[√] Android Studio (version 2024.2)
• Android Studio at C:\Users\ias12\AppData\Local\Programs\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.4+-12457126-b607.1)
[√] IntelliJ IDEA Community Edition (version 2024.3)
• IntelliJ at C:\Users\ias12\AppData\Local\Programs\IntelliJ IDEA Community Edition
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
[√] Connected device (2 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.4317]
• Edge (web) • edge • web-javascript • Microsoft Edge 129.0.2792.89
[√] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
Process finished with exit code 0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Which API doesn't behave as documented, and how does it misbehave?
player.currentIndex is not updated if player is stopped and item is removed from the list. this causes issues in seek if index is not specified
Minimal reproduction project
sample code is attached
test.txt
To Reproduce (i.e. user steps, not code)
Steps to reproduce the behavior:
Error messages
Expected behavior
currentIndex to be correct after removing items from the list
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Not tested
Flutter SDK version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: