János Dobszai

Results 28 issues of János Dobszai

**Describe the problem** When the user taps on an event, there is no visual feedback. I would suggest adding a ripple effect, as it's used on most clickable surfaces in...

enhancement

Hi! I'm flavorizing an existing app, and I've noticed that the `CFBundleDisplayName` property in the Info.plist file didn't get replaced by the respectable variable. I had to change it manually....

**Describe the use-cases of your feature** Oftentimes when I open an older project, almost ALL my dependencies have newer versions. While this package helps tremendously in updating them, it's still...

enhancement

**Describe the bug** Using default settings, the name of weekdays gets cropped off when the system font size is set to "Large" or "Largest" on Android: ![image](https://user-images.githubusercontent.com/22769564/178146269-76a95abb-dbd4-4bdc-9764-b589512dffc5.png) As far as...

bug
enhancement

This may be related to https://github.com/entronad/flutter_echarts/issues/137 I had zero problems with the charts on Android devices. But on iOS, the charts were not showing up in my own project, so...

**Describe the bug** When running the project, a couple of warnings like this are displayed: ../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_form_bloc-0.30.1/lib/src/flutter_typeahead.dart:985:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. - 'WidgetsBinding'...

**Describe the bug** Comparing two different instances of Jiffy that hold the exact same date results in `false`. **To Reproduce** Example code: # creating two instances with identical content final...

**What does this PR do?** Adds quarter-year and half-year support to Jiffy. Added docs. Also added unit tests to cover these new units. Pun intended. This solves https://github.com/jama5262/jiffy/issues/123 Although I...

Elden Ring has a really strong vignette effect. An option to remove / reduce it would be welcome. ![image](https://user-images.githubusercontent.com/22769564/163680573-f6a75b92-9f57-4cba-ae74-8a723dac4fbf.png)

Hey! When using Flavorizr in a project, I found myself changing all the "Flavorized" main.dart files to look like this: ```dart // main_dev.dart import 'my_app/main.dart' as runner; import 'flavors.dart'; Future...

enhancement