Reputation:
What is the way to write these symbols in Flutter (the symbols directed by the red arrow on image)?
Upvotes: 0
Views: 1580
Reputation: 14885
In VS code or Android Studio press Window + .
open emoji window choose your emoji from list.
Or you can put unicode
charecter
Text('\u274C '),
Upvotes: 1