Open ToddZeil opened 9 months ago
@stuartmorgan issue created, for pull request : https://github.com/flutter/packages/pull/5920
Thanks for the report. I was able to replicate the behavior only on web, as shown below:
https://github.com/flutter/flutter/assets/67046386/63292971-400d-41f2-88f6-6ce0b1a29612
The same works as expected on mobile platform.
Steps to reproduce
Expected results
Video always replays
Actual results
Video does not replay, sometimes after a few replays
Code sample
Code sample
```dart _controller.setLooping(false); ```Screenshots or Video
Screenshots / Video demonstration
[Upload media here]Logs
Logs
```console [Paste your logs here] ```Flutter Doctor output
Doctor output
```console [✓] Flutter (Channel stable, 3.16.8, on macOS 13.0 22A380 darwin-arm64, locale en-NZ) • Flutter version 3.16.8 on channel stable at /Users/todd.hall/flutter/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 67457e669f (3 weeks ago), 2024-01-16 16:22:29 -0800 • Engine revision 6e2ea58a5c • Dart version 3.2.5 • DevTools version 2.28.5 [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/todd.hall/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14C18 • CocoaPods version 1.15.0 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2023.1) • Android Studio at /Applications/Android Studio.app/Contents • 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 17.0.7+0-17.0.7b1000.6-10550314) [✓] VS Code (version 1.84.2) • VS Code at /Users/todd.hall/Downloads/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected device (3 available) • iPhone SE (3rd generation) (mobile) • 38B98D8F-CE41-4A2C-A9CA-FFD098F61406 • ios • com.apple.CoreSimulator.SimRuntime.iOS-16-2 (simulator) • macOS (desktop) • macos • darwin-arm64 • macOS 13.0 22A380 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 121.0.6167.160 [✓] Network resources • All expected network resources are available. • No issues found! ```