Jlnrrg

Results 24 issues of Jlnrrg

I noticed an error, which fires when I use FlutterSliderTooltipPositionOffset(bottom: 10) It is not time critical, as you can work around it by using FlutterSliderTooltipPositionOffset(top: -10) with negative values, just...

I noticed that all default colors are set as fixed `Colors.value`. For the general design it might be beneficial to use `Theme.of(context)`, as this saves a lot of work for...

As it looks to me the package is auto generated based on the MDI font. (Or that is how i've done it with the [simple icons package](https://pub.dev/packages/simple_icons)) Please consider adding...

This seems like a really useful package to use for a lot of people imo :+1: . Unfortunately it seems to be created for people who opt in into the...

Lets assume the following json: ```json "gender" : { "": "gender", "female": "female", "male": "male", "other": "diverse" }, ``` For safety sake I use generated keys. `LocaleKeys.gender.tr(gender: 'male')` works as...

enhancement

Not really an issue, but I was really impressed by the visual appeal and clarity of your architecture diagrams. Thus I want to inquire what software/tools and style catalog you...

1. I would assume the widget not to jump around on click within. 2. I assume a `Navigator.pop(context);` would close the context menu, but this does not seem to be...

**This is not an issue, but a proof of concept, that it is quite easy to create a state diagram with d2lang.** ¹ ## Meta Version: 0.6.1 ## Source I...

I noticed the inclution of additional tap buttons leads to an interesting behaviour. When tapping those multiple times per seconds, the NumberPicker widget can not cope with the rapid changes...

I recently tried to built a tristate checkbox with customized Icons and colors. Unfortunately this is impossible to achive with the Checkbox, thus I came back to this package and...