flutter_pattern_formatter icon indicating copy to clipboard operation
flutter_pattern_formatter copied to clipboard

A Flutter package provides some implementations of TextInputFormatter that format input with pre-defined patterns

Results 20 flutter_pattern_formatter issues
Sort by recently updated
recently updated
newest added

As this package uses intl: 0.16.0 and Flutter v2 uses 0.17.0 we cannot upgrade until this package constraints on intl allow 0.17.0 ``` Because pattern_formatter 1.0.2 depends on intl ^0.16.0...

Hey everyone! I needed to create this formatter to only allow x amount of decimal places and y amount of digits before the decimal place, so I thought I would...

Maybe this is normal, I don’t know, but if you enter the year, and then click on the first digit and start entering numbers again, you can add them endlessly,...

Fixes #19 Issue Description: Pattern formatter for time (HH:mm) Problem: Currently, this package lacks a proper pattern formatter for displaying time in the format "HH:mm" (e.g., 14:30). This missing feature...