flutter-form-builder-ecosystem / form_builder_file_picker

File picker field widget for FlutterFormBuilder.
https://pub.dev/packages/form_builder_file_picker
BSD 3-Clause "New" or "Revised" License
15 stars 33 forks source link

move maxFiles display into counterText of InputDecorator #32

Closed grundid closed 2 years ago

grundid commented 2 years ago

This pull request moves the Text widget that shows the max files counter into the InputDecorator counterText. This uses the build-in counter and better fits material design.