From a3d61519e9614b2b6f24104602babfa81cd8f727 Mon Sep 17 00:00:00 2001 From: shixingxing Date: Tue, 11 Mar 2025 15:53:58 +0800 Subject: [PATCH 1/2] lib --- .idea/libraries/Dart_SDK.xml | 43 +++--- .idea/misc.xml | 1 - .idea/workspace.xml | 95 +++++++----- .metadata | 27 +++- android/.gitignore | 1 + android/build.gradle | 43 ++++-- android/gradle.properties | 4 - .../gradle/wrapper/gradle-wrapper.properties | 5 - .../FlutterCustomDialogPlugin.java | 35 ----- .../FlutterCustomDialogPlugin.kt | 33 ++++ example/.flutter-plugins-dependencies | 2 +- example/android/.gitignore | 14 ++ example/android/app/build.gradle.kts | 44 ++++++ example/android/build.gradle.kts | 21 +++ example/android/settings.gradle.kts | 25 +++ .../ios/Flutter/flutter_export_environment.sh | 10 +- example/lib/dialog/listview_dialog.dart | 4 +- example/lib/main.dart | 5 +- example/pubspec.lock | 145 ++++++++++++------ example/pubspec.yaml | 4 +- example/test/widget_test.dart | 2 +- lib/flutter_custom_dialog.dart | 23 ++- pubspec.lock | 138 +++++++++++------ pubspec.yaml | 4 +- 24 files changed, 485 insertions(+), 243 deletions(-) delete mode 100644 android/gradle.properties delete mode 100644 android/gradle/wrapper/gradle-wrapper.properties delete mode 100644 android/src/main/java/yy/inc/flutter_custom_dialog/FlutterCustomDialogPlugin.java create mode 100644 android/src/main/kotlin/yy/inc/flutter_custom_dialog/FlutterCustomDialogPlugin.kt create mode 100644 example/android/.gitignore create mode 100644 example/android/app/build.gradle.kts create mode 100644 example/android/build.gradle.kts create mode 100644 example/android/settings.gradle.kts diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index b54adb1..ad1470c 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,26 +1,29 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + 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..ab3a8ee 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,9 @@ + + @@ -22,7 +25,30 @@