-
In our application we have targeted the SDK 34 and we are using screen sharing SDK.
implementation "io.agora.rtc:full-sdk:4.3.1"
implementation "io.agora.rtc:full-screen-sharing:4.3.1"
…
-
## 2024 Overview:
The root of this issue for most all flutter customers is that your app is running on physical android hardware that flutter does not support. The "fix" is to not ship your app …
-
### Steps to reproduce
Run a new or a existing app on macOS Sonoma. (Only shows after upgrading to macOS Sonoma)
This warning should either be suppressed or provide documentation on how to get r…
-
From what I can tell is if RTS is enabled and unable to connect to duracloud it breaks authentication such as Shibboleth
Not sure if there is a way to gracefully fail instead of throwing exceptions…
-
### Steps to reproduce
1. Create an Android app
2. Integrate a Flutter module (https://docs.flutter.dev/add-to-app/android/project-setup?tab=without-android-studio)
3. Add a button to open a Flutte…
-
### Steps to reproduce
Flutter web, app running on MS Edge, production (not durign dev mode).
1. If you have one or more TextFields inside a SingleChildScrollView (mostly observed when: the pag…
-
**Describe the bug**
When I use `PdfGoogleFonts.openSansRegular()` instead of a system font, the PDF seems to render correctly, however when I actually print the PDF, some characters are weirdly malf…
-
first kudos for using jbang to make this easy to try - great usecase for it :)
I ran the following:
```
curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force https://github.com/…
-
### Steps to reproduce
When soft keyboard is visible, unless options widget is constrained or set to a specific height, part of the options overlay will be hidden behind the keyboard. This is a dea…
-
Internal: b/157889018
Material's elevation affects Semantics boundaries. See the following repro:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class …