How to put Emojis with Text in Windows Flutter

28 views Asked by At
class _CreatePromptScreen extends State<PromptScreen>{
      @override
      Widget build(BuildContext context) {
        return Scaffold(
          appBar: AppBar(
            title: Text('Generate Images'),
            centerTitle: true,
          ),
        );
      }
    }

How to achieve a text with emoji in Android Studio by using windows.

1

There are 1 answers

0
Siru malayil On

You can insert emoji in the text field like below.

If you're on Mac, you can hit Control + Command + Space. Windows users can hit the "Windows key" + ; (semicolon).

Copy pasted the instruction from @Reso Coder video demo