-
When using a Flutter Web-App on iPad using Safari or Chrome browser, gesture detection of pan gestures gets broken after initial pinch (zoom) gesture (performed as first gesture after app start).
I…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. replace the main.dart with
```dart
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
void main() asyn…
-
I have an example at https://github.com/xster/flutter-test/tree/master/t33_animation_with_native
Even after the second view controller was presentViewController'ed, the FlutterViewController still …
xster updated
4 months ago
-
## Steps to Reproduce
1. Create a new Flutter project.
2. Replace `main.dart` with the following.
3. Run in Chrome.
**Expected results:** "foreground" text is visible, no exceptions
**Actua…
-
In our app we use several plugins and platform libraries. We are expriencing some crashes. In order to our app never crash we have followed [Handling all types of errors](https://docs.flutter.dev/test…
-
Cannot follow `tg://` links on iOS to Telegram client. For some reason, Discord links do work, however. I have not tested this on Android.
```
$ flutter doctor
Doctor summary (to see all details,…
-
1. Execute `flutter run` on the code sample
2. Repeatedly click anywhere in the red area _with a mouse_
3. Inspect the app output while repeatedly clicking
**Expected results:**
The app prin…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the…
-
This involves dialogs or any modal routes that maintain their state. If an event happens and they spawn an auto-focusing FocusNode, the route will steal focus from the rest of the application, sometim…
-
I want to use both `onLongPressStart` and `onHorizontalDragUpdate` together. But `onHorizontalDragUpdate` is not triggered when long press and try to drag. But It can drag with long-press without usin…