zeshuaro / appainter

A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app.
https://appainter.dev
GNU Affero General Public License v3.0
599 stars 72 forks source link

[BUG] Slider Hint not showing #244

Open hosttcp opened 2 years ago

hosttcp commented 2 years ago

Platform

Web

Steps to Reproduce

  1. Open https://appainter.dev/#/
  2. Tab -> Selections -> Sliders
  3. The second slider, when clicked, does not show the hint

Not yet tested on other platforms.

Expected behaviour

Show hint. image

Actual behaviour

image

Additional Context

No response

zeshuaro commented 2 years ago

Hey @hosttcp, thanks for raising this issue. I've looked into it and it seems like the issue is coming from the package for rendering the device preview. I've raised an issue on their repo about it https://github.com/aloisdeniel/flutter_device_preview/issues/165.

Also, currently there's no options for applying themes to the label anyway. But if you want to see the label, you can disable device preview and the slider label should then be visible.

Screen Shot 2022-01-24 at 10 16 48 pm