Skip to content

Commit 430eca7

Browse files
committed
Log version
1 parent 11e9653 commit 430eca7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.0.0
2+
3+
- Initial library
4+
- Support NumberTextInputFormatter, CurrencyTextInputFormatter and PercentageTextInputFormatter.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Number Text Input Formatter for Flutter.
77
```yaml
88
# Add into pubspec.yaml
99
dependencies:
10-
number_text_input_formatter: ^0.0.1+1
10+
number_text_input_formatter: ^1.0.0
1111
```
1212
1313
## Usage

0 commit comments

Comments
 (0)