psk907 / fluttermoji

A light-weight and highly customizable SVG graphic set for Flutter which generates avatars and provides a Customizer Widget, personalized CircleAvatar and other utility functions.
https://pub.dev/packages/fluttermoji
MIT License
72 stars 50 forks source link

feature request: internalization of the fluttermojiCustomizer #34

Closed MrAbdul closed 1 year ago

MrAbdul commented 1 year ago

Hello. i love this package, but i am working on an international app that will support 6 languages. it would be nice if we can translate the words in the fluttermojiCustomizer or if we can omit them, as the icons are self explanatory. i couldn't find it in the docs if its already done.

thank you

MrAbdul commented 1 year ago

Never mind, i found it by reading the code. my bad {-_-}

now only if I can have the attributeTitles live inside a resize widget so the text can get resized if I have long text and a small screen, that would be great.

i will read the code more before opening another request.