-
Certain `StreamSubscriptions` may call the `onDone` callback after `cancel` has been called. I am not sure if this is a bug in dart or if this is actually allowed (the documentation of `StreamSubscrip…
-
### Steps to reproduce
1. Run the test in the sample code.
### Expected results
Test should pass.
### Actual results
Test fails.
### Code sample
Code sample
```dart
import 'pa…
-
With new 3.24 flutter version DAP shows error when starting an app. No breakpoints are set manually, but it tries to stop. Sometimes it stops at some random spot in framework code, sometimes it shows …
-
Is it in-scope for `@web.authenticated` to support an async `.get_current_user()`? Or does this belong more appropriately in custom auth decorators in applications? It seems generic enough to me to wa…
minrk updated
5 years ago
-
With [Internet Explorer 11 support ended](https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support?rtc=1) what does this mean for what version of ES we can target f…
-
## Steps to Reproduce
1. Pump a NetworkImage widget in a widget test
```
await tester.pumpWidget(NetworkImage(/* an image url */);
```
2. An `NetworkImageLoadException` should be th…
-
`GoRouter` shows an unwanted black screen till the redirect async operation completes. It should instead build the underlying page before evaluating `redirect`.
```dart
return GoRouter(
rou…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
Delayed clipboard rendering is the ability to **delay the generation of clipboard data until it is needed by the target applications**. It is especially useful when the clipboard formats supported by …
-
TelegramClient cannot establish connection in ASP.MVC.
I use the standard code:
```
var apiId = ;
var apiHash = ;
var client = new TelegramClient(apiId, apiHash);
await client.ConnectAsync();
…