Simon

Results 33 comments of Simon

I tried the demo with your changes, settings the CupertinoNavigationBar to black. Theoretically it should turn into a dark gray correct? Similar to mail app in dark mode when composing...

Ok, the magic was making use of `CupertinoTheme.of(context).scaffoldBackgroundColor`. One thing, it seems like the color animation isn't working? https://user-images.githubusercontent.com/1446685/161416816-52b50ed2-d445-4c8b-83ca-4f77e6afd986.mov

It seems like that the animation doesn't work. I assume it's due to the changing context during the animation but can't say for sure. I added a scaffoldBackgroundColor as a...

As @nohli mentioned, the solution is to use: https://docs.flutter.dev/perf/rendering/shader#how-to-use-sksl-warmup It's not an issue related to this repository, it's a general issue.

We had the same issue and resolved it by removing a light background color. Make sure there is no underlying light background somewhere.

Did you check the example? https://regex101.com/r/ZEU1fo/1 It says `\p{Emoji} matches any characters in the Emoji script`

@wurstmeister is there a possible fix coming?

+1, this is an important feature

Is this still considered to be merged at some point?