-
### What package does this bug report belong to?
video_player
### What target platforms are you seeing this bug on?
iOS
### Have you already upgraded your packages?
Yes
### Dependency versions
…
-
Given the `libcool.xcframework` containing large static binaries like so:
```
Info.plis
├── ios-arm64_armv7_armv7s
│ ├── libcool.a
├── ios-arm64_x86_64-simulator
│ ├── libcool.a
```
…
-
Flutter Web: CanvasKit
Hight quality image: 6M 1200 x 1294
How can I view high-quality images without noise?
```
import 'package:flutter/cupertino.dart';
class BigSizeImageTest extends …
-
-
## Steps to Reproduce
1. Open Settings -> Languages & Frameworks -> Flutter
2. Enter a symlink path in the Flutter SDK path field and click Apply
3. The path is resolved
_Please tell us what y…
-
### Steps to reproduce
Use the above code with Google Identity Services Web (google_identity_services_web).
Attempt to request an access token by calling client.requestAccessToken on Safari.
The er…
-
### 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/…
-
First of all, thanks for this plugin. It's shame that Sendbird is still struggling with this. However, I am having issue with using this plugin because it seems to clash with my `flutter_local_notific…
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
iOS
### Have you already upgraded your packages?
Yes
### Dependency versions
pub…
-
There is delay of 3 seconds before the foreground service actually starts. Is there a way to start the service immediately passing this parameter somewhere -> NotificationCompat.FOREGROUND_SERVICE_IMM…