Skip to content

Support for buildCounter #18

@jcblancomartinez

Description

@jcblancomartinez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions