flutter_pattern_formatter
flutter_pattern_formatter copied to clipboard
A Flutter package provides some implementations of TextInputFormatter that format input with pre-defined patterns
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,...
Issue 19
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...
Update in pubspec.yaml