-
The new and upcoming dartdoc (dart-lang/dartdoc#1390) has much better warnings. All of them displayed by default are indications of a real problem of varying degrees of severity, though some may sti…
-
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…
-
- [x] 온라인 회의 참여 13/14 (92%)
- **김나연**: RelativePositionedTransition 샘플코드 작성 PR을 올렸는데 에러 고치라고 피드백을 받았다. 다음 이슈로는 또 샘플코드 작성하려고하는데 그거는.. 이름이 기억이 안나지만 ㅋㅋㅋ 암튼 있다!!
- **김난**: PR 제출했는데 오류가 나서 고쳐야한다. 다음에도 샘플…
-
**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 …
-
I want to make the labels tappable, when I tap them it will navigate to other pages. How to make it possible?
-
### Some features that would be interesting to include in Get and make it more powerful:
- Local storage like Get.load() and Get.save() or Get.store.load() and Get.store.save() ?
- Easy painting o…
-
## Steps to Reproduce
1. Create a new project with `flutter create test_project`
2. Add @aloisdeniel's package `device_frame` to pubspec.yaml
3. Add a `DeviceFrame `somewhere in the widge…
-
See the following image.
(This image shows a Path where multiple connected cubics are drawn that contain inconsistent dashes)
It's worse for variable dash lengths and offsets where visual in…
-
## Use case
I needed an asterisk symbol for mandatory fields. In my case I am using list of TextFormFields.
But I was not able to find any property inside input decoration for same. As I didn'…
-
**I am facing this error and am unable to build apk for my flutter project. flutter build apk --debug is working fine. I have already tried most of the solutions like pub cache repair and downgrading …