markdown-editable-textinput
markdown-editable-textinput copied to clipboard
Support for buildCounter
Hi,
I would want buildCounter support in the same way as TextField.
This implementation though would receive int currentMarkdownLength and int currentPlainTextLength.
typedef InputCounterWidgetBuilder = Widget? Function(
BuildContext context, {
required int currentMarkdownLength,
required int currentPlainTextLength,
required bool isFocused,
});
Regards.
Hi @jcblancomartinez, maybe you can develop it and do a PR. We could add it in the future but it's not planned for now 🙂. Sorry for the answer delay.