-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Description
Lately black emojis issue has been fixed.
But I just noticed below problems with emojis colors when using Impeller.
Tested with Impeller and Skia on latest stable and master 3.9.0-1.0.pre.161, iphone 13 pro, iose 16.1.
Steps to Reproduce
Please run this example here:
https://github.com/delfme/demo-emojis-color
Expected results:
Emojis color should be correct.
Actual results:
a) Emojis color is overridden with the one of Text color.
b) If a background color is also applied (highlighted Text), then emojis color will be black if background color is white.
Screenshot from Impeller:
Emojis are black in first block (case a), then blue and red in other blocks (case b)
Screenshot from Skia:
Emojis color is correct for both cases.
Flutter doctor:
[✓] Flutter (Channel master, 3.9.0-1.0.pre.161 on macOS 12.2 21D49 darwin-arm64, locale en-IT)
[!] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
✗ cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

