-
Hi guys. Help needed !
We are getting lots of TimeException errors from iOS devices.
Android devices working fine.
Seems like each 5'th user getting stuck on the AppStart.
We are using…
-
### Bug Description
For a view versions now, send on enter does not work for me. Trying to turn it off and on doesnt change that.
enter button just makes hard line break instead
### Steps to Reprod…
-
### Steps to reproduce
In Windows 10+, you can open your [clipboard history](https://www.microsoft.com/en-us/windows/tips/clipboard-history) using `Win + v`. This shows a popup with a list of previ…
-
## Summary
I'm not sure if this is a Dart SDK issue or a Flutter issue.
On Android API versions
`DynamicLibrary.open` succeeds.
**Actual results:**
-
## Use case
Sometimes I may need to switch from master to stable, which, in this case is unchanged, to test something out. In cases where I have no internet connection or slow or metered internet…
-
- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section
- [x] I have already searched for the same problem
## Environment
| Technology | Version …
-
## Steps to Reproduce
1. FlutterEngine is 2.8.1 Prepare FlutterFragment A and B,
2. each fragmnet has an engine created with the flutterEngineGroup
2. each engine will registers all plu…
-
The current Dart SDK version is 2.12.0.
Because process >=4.0.0-nullsafety.1 =2.10.0-0.0 =4.0.0-nullsafety.4 =4.0.0-nullsafety.1 =3.0.12 =0.14.0 =3.0.12 =0.14.0 =4.0.0 depends on platform ^3.0.…
-
## Steps to Reproduce
```
import 'dart:ui';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget bui…
-
I defined my serializer, `AWSDate` `DateTime`.
Generate code and request by using it.
But serializer is not working.
MyQuery
```graphql
query GetXxx($id: String!, $date: AWSDate!) {
getXx…