Hossein Yousefi
Hossein Yousefi
**Issue:** closes #878 added just a single line that we had for the status change but not for added comments.
How it looks like in web:  How it should look like: Any ideas on why this is happening?
Hi, can we have something similar to playbackSpeed but for multiple resolution support like 480p, 720p, ...
`flutter --version`: ```terminal Flutter 3.8.0-10.1.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 1a0a03a41d (4 days ago) • 2023-02-16 22:03:58 -0600 Engine • revision 639e313f99 Tools • Dart 3.0.0 (build...
Create missing overrides for classes with type parameters containing dollar signs fails when filling the inner type parameter. It produces an extra `\`. **To Reproduce** Steps to reproduce the behavior:...
This never prints 42 when it's run using `--pause-isolates-on-exit`. ``` import 'dart:isolate'; void main() async { print(await Isolate.run(() => 42)); } ``` And since coverage uses the `--pause-isolates-on-exit` flag (presumably...
This transition causes yeet not to work. ```dart final _immediateTransition = YeetTransition.custom( transitionsBuilder: (context, animation, secondaryAnimation, child) => child, transitionDuration: const Duration(milliseconds: 1), reverseTransitionDuration: const Duration(milliseconds: 1), ); ```