From 19c69c318295ea1ea30aa14d8b92214f64f0b70e Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 4 Jan 2021 17:29:09 +0100 Subject: [PATCH] shrinkwrap listview --- example/ios/Flutter/.last_build_id | 2 +- example/pubspec.yaml | 2 +- lib/src/channel_bottom_sheet.dart | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example/ios/Flutter/.last_build_id b/example/ios/Flutter/.last_build_id index f57e1e1f..e72273c3 100644 --- a/example/ios/Flutter/.last_build_id +++ b/example/ios/Flutter/.last_build_id @@ -1 +1 @@ -c770358a10272b4ee1cdc2eb432445f6 \ No newline at end of file +13a41b8138c4868054e44b5158f3bdd6 \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 67ff213d..dbaf61b5 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: example description: A new Flutter project. -version: 1.0.107+110 +version: 1.0.108+111 environment: sdk: ">=2.2.2 <3.0.0" diff --git a/lib/src/channel_bottom_sheet.dart b/lib/src/channel_bottom_sheet.dart index 26f3a152..21f85430 100644 --- a/lib/src/channel_bottom_sheet.dart +++ b/lib/src/channel_bottom_sheet.dart @@ -34,6 +34,7 @@ class _ChannelBottomSheetState extends State { ), ), child: ListView( + shrinkWrap: true, children: [ SizedBox( height: 24.0,