Yehor Vialov
Yehor Vialov
First of all, thanks for such a useful card. I found an issue using `custom:local-conditional-card` when its child `card` is set to some custom lovelace card. The card is not...
Banner card version: 0.13.0 Home Assistant version: 2021.4.3 Card configuration: ``` type: 'custom:banner-card' heading: - Kitchen background: '#81559B' entities: - entity: light.kitchen name: Light value: 'mdi:ceiling-light' - entity: switch.kitchen_tv value:...
It would be extremely useful to have a possibility to disable handling taps on Track. So the user will be able to change slider position only by dragging the Dot....
According to Google: > Fabric Crashlytics SDK is now deprecated and will continue reporting your app's crashes until **November 15, 2020**. After this date, the Fabric Crashlytics SDK and beta...
I need to change slider position not only by user interaction, but from code as well. My `build()` function returns this widget: ``` FractionallySizedBox( widthFactor: 0.5, child: Container( color: Colors.redAccent,...
**Describe the bug** Years with points are not visible in the year selector but are presented in stats and can be viewed on the map when chosen by the date...
## Steps to Reproduce 1. Enable Semantics on the app start by adding to the `void main()`: ``` WidgetsFlutterBinding.ensureInitialized(); SemanticsBinding.instance.ensureSemantics(); ``` 2. Try to edit the text in `FleatherEditor` ##...
I'm not sure if the issue is specific to Cyrillic symbols or affects others as well. I'm sending an email: ``` final customerMessage = Message() ..from = Address(fromNoreplayEmail, 'Шмагазин') ..recipients.add(order.customerEmail)...