emojiRegex property
WORKAROUND(Nonaka): Temporary until official solution. Without this regex emojis have different sizes compared to fonts. Because of this bug it bounces the screen if you replace one to another such as we have in the home screen. For more details check this issue: https://github.com/flutter_ds/flutter/issues/28894
Implementation
static final emojiRegex = RegExp(
'(\u00a9|\u00ae|[\u2000-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])');