commit | 961d161b5341e4c7c826d4740afe198004387866 | [log] [tgz] |
---|---|---|
author | Anuj <panuj330@gmail.com> | Tue Aug 29 21:18:56 2023 +0530 |
committer | GitHub <noreply@github.com> | Tue Aug 29 15:48:56 2023 +0000 |
tree | 1a23235462b57fb91dfb8ce566d4305e5e3125fc | |
parent | d7d3150e596686c9769249d7b0910ff6f9f5ee3b [diff] |
Fixed AlertDialog Height of example in image_picker (#4800) **Issue** ![Issue](https://github.com/flutter/packages/assets/61612013/e7994142-fa16-4934-8d6d-29ee825a7853) **Fixed** ![Fixed](https://github.com/flutter/packages/assets/61612013/812078ba-8eec-48d7-aac7-0c7381ae0473)
diff --git a/packages/image_picker/image_picker/example/lib/main.dart b/packages/image_picker/image_picker/example/lib/main.dart index 3cf07af..74626cf 100755 --- a/packages/image_picker/image_picker/example/lib/main.dart +++ b/packages/image_picker/image_picker/example/lib/main.dart
@@ -465,6 +465,7 @@ return AlertDialog( title: const Text('Add optional parameters'), content: Column( + mainAxisSize: MainAxisSize.min, children: <Widget>[ TextField( controller: maxWidthController,