Hossein Yousefi

Results 115 issues of 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: ![2021-02-17 11 22 00](https://user-images.githubusercontent.com/9751815/108190558-6606be00-7112-11eb-8868-0a786fb744da.jpg) 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, ...

enhancement
feature

`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:...

is bug
blocked on vs code / lsp / dap
in editor

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...

enhancement

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), ); ```

bug