flutter_pattern_formatter
flutter_pattern_formatter copied to clipboard
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 poses challenges in accurately presenting time data to our users.
Proposed Solution: To address this issue, I suggest implementing a new pattern formatter that can handle time values and display them in the "HH:mm" format.
I'm open to discuss this point.
@hnvn