From 9ab04f47d318c2d4b18587e4040fdc3bff678910 Mon Sep 17 00:00:00 2001 From: Srinivas B A Date: Wed, 21 Feb 2024 19:04:50 +0530 Subject: [PATCH 1/2] Fix to flutter 3.19.0 --- .idea/misc.xml | 1 - .idea/workspace.xml | 61 ++++---- example/.flutter-plugins-dependencies | 2 +- .../ios/Flutter/flutter_export_environment.sh | 8 +- example/lib/dialog/listview_dialog.dart | 4 +- example/lib/main.dart | 9 +- example/pubspec.lock | 141 ++++++++++++------ example/pubspec.yaml | 4 +- example/test/widget_test.dart | 7 +- lib/flutter_custom_dialog.dart | 23 ++- lib/flutter_custom_dialog_widget.dart | 4 +- pubspec.lock | 134 +++++++++++------ pubspec.yaml | 2 +- 13 files changed, 243 insertions(+), 157 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index ceac72e..ad593e8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5100a54..0a7d799 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,7 +22,9 @@