max_size_text 1.0.10
max_size_text: ^1.0.10 copied to clipboard
Maximize size of Flutter text given available real-estate, with the intention of filling a space.
max_size_text #
Maximize size of text given available real-estate.
It works but needs some work.
Returns a Column(...).
Pull Requests #
Pull requests are welcome!
Usage #
Add a new dependency line to your project/pubspec.yaml file:
dependencies:
...
max_size_text: 1.0.10 # use latest version
Don't forget to flutter pub get.
Example #
See example directory.