Ivascu Adrian

Results 3 comments of Ivascu Adrian

I'm having the same issue, but on Android. I've declared my custom scheme in `AndroidManifest.xml`, app is opened fine when clicking on an universal link with my custom scheme, but...

@lukepighetti @miyoyo your solution is great and works, but I've found a problem: gender based emojis are rendered only as one gender, then added another gender modifier symbol. How it...

For anyone else struggling with this problem, this is the solution I've ended up using, no more need for luke's EmojiTextSpan fix: ```dart TextField( readOnly: true, // Important maxLines: null,...