rupee_textfield 0.0.4
rupee_textfield: ^0.0.4 copied to clipboard
Currency TextField Formatter
0.0.4 - 2025-06-04 #
Updated #
- Upgraded all dependencies to their latest stable versions to ensure compatibility with the latest Flutter SDK.
Added #
- Added support for additional
TextFormFieldparameters inRupeeTextField, including:focusNodeautofocusreadOnlytextInputActiononFieldSubmittedonEditingCompletestyletextAlignmaxLines,minLines,maxLength, andbuildCounterkeyboardAppearanceenableSuggestions,enableInteractiveSelectionscrollPadding,textDirection,expands,scrollPhysicsrestorationId,smartDashesType,smartQuotesTypestrutStyle,textCapitalizationmouseCursor,contextMenuBuilder
Notes #
CurrencyInputFormattercontinues to format the input with the₹symbol.- All new parameters are optional and preserve backward compatibility.
0.0.3 #
Added #
- Updated
README.mdto include examples of how to use theRupeeTextFieldwidget, formatting extensions, and customization options.
0.0.2 #
Renamed #
- Renamed
CurrencyInputFormatter.darttocurrency_input_formatter.dartfor better clarity and consistency.
0.0.1 #
Initial Release #
- Added: Initial release of the Flutter package for currency input formatting.
- Currency Input Formatter:
- Integrates with
TextFormFieldfor easy currency input. - Allows setting and displaying a custom currency symbol (e.g., ₹, $, €, £).
- Integrates with
- String Extensions:
toUnFormattedInt: Converts a formatted currency string into an integer.toUnFormattedString: Retrieves the unformatted version of the currency string for further use.
Features #
- Seamlessly integrates with
TextFormField. - Customizable currency symbol.
- Provides string extensions for handling formatted currency strings.