Idean / Flutter-Neumorphic

A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible
https://pub.dev/packages/flutter_neumorphic
Apache License 2.0
2.05k stars 374 forks source link

[WEB] Negative depth not rendering correctly in Android Chrome browser. Text is missing too. #223

Open shelarsuhas opened 3 years ago

shelarsuhas commented 3 years ago

I have few containers with negative depth and there is text on them. In one case the container is not getting rendered properly and in another case the Text is not showing (Text vegetarian pizza is missing on mobile chrome).

This problem is only happening in mobile phone browsers. It works as expected in desktop chrome, android app etc.

This is the screenshot from mac-os chrome browser :

neumorphism-web

This is the screenshot from chrome running on Android phone:

neumorphism-mobile-web

Any help would be much appreciated.

romain-bajoit-iot-d commented 2 years ago

Can you test it on desktop with the --web-renderer html ?

It might be caused by the renderer, no idea how to fix it.

If anyone passing by has an idea, please share :)