-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
10.7.5
### Steps to reprod…
-
### Description
When using Tap Gesture Rezogniser with polygon shape, the Gesture Rezogniser's tap area isn't correct. Tap area's left border tends to zero X cordinate. It means, whenever I place a p…
-
### Description
Adding Drag and Drop Gesture Recognizer along With Tap Gesture Recognizer to the same control (Frame) will not work
Tap Gesture Recognizer will work and Drag Drop will not work, Remo…
-
**Global navigator key context is not working**
`
toastification.show(
context: globalNavigatorKey.currentContext!,
title: const Text('Hello, world!'),
…
-
### Bug description
```dart
[DArgon2ErrorCode.ARGON2_MEMORY_TOO_LITTLE] Memory cost is too small
#0 DArgon2Native.hashPasswordBytesSync (package:dargon2_core/src/native/dargon2_native.dart:74)
…
-
I tried adding gestureRecognizer directly to headerView but not working, so I also tried:
` let headerImageView = UIImageView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.main…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
Windows 11
### Mobile device if the issue happens on …
-
Different devices seem to return very different readings from the accelerometer. A calibration step should help deal with that. It should also deal with people with different interpretations of what t…
-
Incorrect GestureDetector arguments.
Having both a pan gesture recognizer and a scale gesture recognizer is redundant; scale is a
superset of pan.
Just use the scale gesture recognizer.
-
### Description
On macOS, iOS, and Android, if you have overlapping PanGestureRecognizers only the top most will fire. Internally I assume MAUI is stopping the event propegating to lower views.
On…