We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e9653 commit 430eca7Copy full SHA for 430eca7
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## 1.0.0
2
+
3
+- Initial library
4
+- Support NumberTextInputFormatter, CurrencyTextInputFormatter and PercentageTextInputFormatter.
README.md
@@ -7,7 +7,7 @@ Number Text Input Formatter for Flutter.
7
```yaml
8
# Add into pubspec.yaml
9
dependencies:
10
- number_text_input_formatter: ^0.0.1+1
+ number_text_input_formatter: ^1.0.0
11
```
12
13
## Usage
0 commit comments