fitted_text_field_container 2.0.0 copy "fitted_text_field_container: ^2.0.0" to clipboard
fitted_text_field_container: ^2.0.0 copied to clipboard

A Container that automatically resizes to fit a the text value of a Material TextField.

2.0.0 #

1.3.1+1 #

  • Fixed README

1.3.1 #

  • Updated README
  • Added width calculators for common use-cases

1.3.0 #

  • Added calculator property to allow custom width calculations
  • Breaking Change. Removed minWidth, maxWidth, prefixIconWidth, suffixIconWidth properties (they can be replaced with the custom width calculator)
  • Breaking Change. Defaults to collapse width to visible text instead of keeping the hint text (Thanks AdamJonsson for PR #2)
  • Include padding into calculations (Thanks David King for PR #3)

1.2.1 #

  • Fixed exception thrown when textDirection is not set
  • Fixed incorect calculations due to default stules not being available durint initialisation

1.2.0 #

  • Added builder for building complex layouts
  • Fixed calculations to remove the need for a magic number
  • Code tidy-ups and optimisations which should improve performance by a tiny tiny bit
  • Fixed docs and typos (Thanks jpnurmi for PR #1)

1.1.0 #

  • Added prefixIconWidth for specifying the width of the prefix icon (if used)
  • Added suffixIconWidth for specifying the width of the suffix icon (if used)
  • Added minWidth property for specifying a minimum width
  • Added maxWidth property for specifying a maximum width
  • Minimum width takes labelText and hintText into account (if specified)

1.0.0+3 #

  • Updated demo & documentation

1.0.0+2 #

  • Formatted code

1.0.0+1 #

  • Initial release - take 2

1.0.0 #

  • Initial release
27
likes
130
pub points
77%
popularity

Publisher

verified publishersu93rheroes.com

A Container that automatically resizes to fit a the text value of a Material TextField.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fitted_text_field_container