henryleunghk / flutter-native-text-input

Native text input for Flutter
MIT License
66 stars 50 forks source link

Widget text field expands on end reached if multilined #1

Closed Wolfikus closed 4 years ago

Wolfikus commented 4 years ago

Widget, containing PlatformView now expands with every new line (if multilined).

Also, added text update to passed controller, if any.

henryleunghk commented 4 years ago

Thanks for your PR, @Wolfikus !

Wolfikus commented 4 years ago

Thank you for an idea realization!