-
I have included sample code and a recording of the problem occurring under OpenSuSE Leap 15.2. It doesn't work in 15.1 either, but it does in earlier versions of OpenSuSE and it also works on my Rasp…
-
![2020-03-07_144852](https://user-images.githubusercontent.com/23638133/76138419-d7c13580-6082-11ea-89e3-b10f75bf3504.png)
-
Hi,
I am trying to use this library to create this behaviour:
I have a filled `Path`. When I tap on the path it should turn into red. So using this, I can catch the `onTapDown `event:
```
my…
-
The app below is just a CustomScrollView with three slivers:
1 - A pinned fixed height header defined with _SliverStatusBarPaddingDelegate
2 - A pinned header defined with _SliverAppBarDelegate. Tu…
-
Wasn't doing anything specific. Just switching between tabs in DevTools.
```
══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
The following Unsup…
-
I want make this , this app is VN on App store , How to make this UI ?
-
in flutter_flames_chart.dart a dashed line causes a NOT IMPLEMENTED exception for dash path.
This fails in the BOTS doesn't fail locally (could it be a headless Flutter issue?). Enabling the below:
…
-
I'm currently working on a flutter app which has CustomPaint widget
so that I can resize the rectangle shape in it with the help of GestureDetector.
But I need to zoom the canvas (zoom-in & zoom…
-
This is the resulting picture:
![wechatimg48](https://user-images.githubusercontent.com/8097860/39815093-921c5b3a-53c9-11e8-9215-f956ed1cfe48.png)
This is my code:
```
import 'package:flutter/…
-
**Describe the bug**
TextDetectorPainter always gets visonText as empty list for iOS. What should I do to solve this problem.
**To Reproduce**
Dart source files in directory 'lib' is the same as …