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.
2 parents 5763ba2 + 55dbe78 commit 243db47Copy full SHA for 243db47
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.0+7
2
+
3
+- Bump SDK version
4
5
## 1.0.0+6
6
7
- Fix insertDecimalPoint with negative number.
pubspec.yaml
@@ -1,13 +1,13 @@
name: number_text_input_formatter
description: Number Text Input Formatter for Flutter
-version: 1.0.0+6
+version: 1.0.0+7
homepage: https://github.com/joutvhu/number_text_input_formatter
repository: https://github.com/joutvhu/number_text_input_formatter.git
issue_tracker: https://github.com/joutvhu/number_text_input_formatter/issues
8
9
environment:
10
- sdk: ">=2.12.0 <3.0.0"
+ sdk: ">=2.12.0 <4.0.0"
11
12
# Dart Scripts Runner plugin https://github.com/joutvhu/dart-scripts
13
scripts:
0 commit comments