-
## Steps to Reproduce
1. Run on iOS device
2. Focus the email text field
3. No email suggestions will be displayed
4. Comment out line 56
5. Repeat 1 & 2
6. Email suggestions will be displayed…
-
sca version: 2.2.1
according to the following log, it is always called after health check is enabled, NamingProxy.getServiceList(), causing the server-side throttling to be triggered. Check whether …
-
### Web Name
returngisweb
### Resource Group
youtube-demo-issueops-web
### Region
westeurope
-
### Steps to reproduce
By using the latest version of the package `flutter_markdown: 0.7.4+1`
and using the class `MarkdownBody` and passing to the `data` parameter
a text that ends with a line b…
-
New SDK Review meeting has been requested.
**Service Name**: ACS Call Automation
**Review Created By**: James Deng (ACS)
**Review Date**: 10/23/2024 02:05 PM PT
**Release Plan**:[](https://web.power…
-
### Describe the bug
I wanted to play an episode of a TV-Show, after selecting play I get the Toast Notification "No playable Entry" and the app crashed.
There is something weird with these episod…
-
### 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…
-
## Use case
Selecting text works only paragraph by paragraph in the markdown widget in web.
`flutter_markdown`: ^0.6.9
Code Example
```dart
import 'package:flutter/…
-
### Steps to reproduce
Launch project with android studio
### Actual results
```
INFO | Android emulator version 35.2.10.0 (build_id 12414864) (CL:N/A) INFO | Graphics backend: gfxstream INF…
-
Internal: b/157889018
Material's elevation affects Semantics boundaries. See the following repro:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class …