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 cb4582c commit 3f61c80Copy full SHA for 3f61c80
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.8.0
2
+
3
+- Support textCapitalization in DialogTextField (#91)
4
+- Fix typo (`maxLenght` → `maxLength`)
5
6
## 1.7.0
7
8
- Adde maxLength to fields (#84)
example/pubspec.lock
@@ -14,7 +14,7 @@ packages:
14
path: ".."
15
relative: true
16
source: path
17
- version: "1.7.0"
+ version: "1.8.0"
18
analyzer:
19
dependency: transitive
20
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: adaptive_dialog
description: Show alert dialog or modal action sheet adaptively according to platform.
-version: 1.7.0
+version: 1.8.0
repository: https://github.com/mono0926/adaptive_dialog
environment:
sdk: '>=2.17.0 <3.0.0'
0 commit comments