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 8ca3a61 commit 204c99aCopy full SHA for 204c99a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.4.2
2
+
3
+- Set `scrollable: true` to MaterialTextInputDialog (#143, #144)
4
5
## 2.4.1
6
7
- Trim empty newline when there are no validation message on iOS
example/pubspec.lock
@@ -15,7 +15,7 @@ packages:
15
path: ".."
16
relative: true
17
source: path
18
- version: "2.4.1"
+ version: "2.4.2"
19
analyzer:
20
dependency: transitive
21
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: adaptive_dialog
description: Show alert dialog or modal action sheet adaptively according to platform.
-version: 2.4.1
+version: 2.4.2
repository: https://github.com/mono0926/adaptive_dialog
funding:
- https://github.com/sponsors/mono0926
0 commit comments