slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
459 stars 39 forks source link

Add smileys / emoticons support #164

Closed subzero911 closed 1 year ago

subzero911 commented 1 year ago

I just found that smileys aren't supported:

image image

But I can use them directly in Dart strings without a hassle

image
subzero911 commented 1 year ago

Solution: put your whole string into single or double quotes, and it will compile

image