simc / auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text
MIT License
2.06k stars 241 forks source link

Bordered text support #68

Open cimplesid opened 4 years ago

cimplesid commented 4 years ago

Is your feature request related to a problem? Please describe. No, it is not

Describe the solution you'd like I am willing to send PR if it is intended by package.

Describe alternatives you've considered Rather then making a whole new plugin for that it can be easily implemented here.

simc commented 4 years ago

What do you mean by "bordered text"?

cimplesid commented 4 years ago

@leisim like the bordered_text package offer. But it doesn't have the autosizing and its better to add that kind of feature here instead image