From 652ca894084ccc2497c6f7d1c24a309ddb284782 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Mon, 18 May 2026 15:29:11 +0900 Subject: [PATCH] [keyboard_detection_tizen] Rename package folder to keyboard_detection --- .github/recipe.yaml | 2 +- README.md | 8 ++++---- .../.gitignore | 0 .../CHANGELOG.md | 0 .../LICENSE | 0 .../README.md | 0 .../example/.gitignore | 0 .../example/README.md | 0 .../keyboard_detection_tizen_test.dart | 0 .../example/lib/main.dart | 0 .../example/pubspec.yaml | 0 .../example/test_driver/integration_test.dart | 0 .../example/tizen/.gitignore | 0 .../example/tizen/App.cs | 0 .../example/tizen/Runner.csproj | 0 .../example/tizen/shared/res/ic_launcher.png | Bin .../example/tizen/tizen-manifest.xml | 0 .../lib/keyboard_detection_tizen.dart | 0 .../lib/src/keyboard_detection_controller.dart | 0 .../pubspec.yaml | 2 +- 20 files changed, 6 insertions(+), 6 deletions(-) rename packages/{keyboard_detection_tizen => keyboard_detection}/.gitignore (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/CHANGELOG.md (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/LICENSE (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/README.md (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/.gitignore (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/README.md (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/integration_test/keyboard_detection_tizen_test.dart (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/lib/main.dart (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/pubspec.yaml (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/test_driver/integration_test.dart (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/tizen/.gitignore (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/tizen/App.cs (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/tizen/Runner.csproj (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/tizen/shared/res/ic_launcher.png (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/example/tizen/tizen-manifest.xml (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/lib/keyboard_detection_tizen.dart (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/lib/src/keyboard_detection_controller.dart (100%) rename packages/{keyboard_detection_tizen => keyboard_detection}/pubspec.yaml (91%) diff --git a/.github/recipe.yaml b/.github/recipe.yaml index 23fdfb921..a57d6cb10 100644 --- a/.github/recipe.yaml +++ b/.github/recipe.yaml @@ -6,7 +6,7 @@ plugins: flutter_inappwebview: ["tv-9.0"] flutter_tts: ["tv-9.0"] integration_test: ["tv-9.0"] - keyboard_detection_tizen: ["tv-9.0"] + keyboard_detection: ["tv-9.0"] messageport: ["tv-9.0"] package_info_plus: ["tv-9.0"] path_provider: ["tv-9.0"] diff --git a/README.md b/README.md index 6fba5a1ae..ed4f1efa1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The _"non-endorsed"_ status means that the plugin is not endorsed by the origina | [**audioplayers_tizen**](packages/audioplayers) | [audioplayers](https://pub.dev/packages/audioplayers) (3rd-party) | [![pub package](https://img.shields.io/pub/v/audioplayers_tizen.svg)](https://pub.dev/packages/audioplayers_tizen) | No | | [**connectivity_plus_tizen**](packages/connectivity_plus) | [connectivity_plus](https://pub.dev/packages/connectivity_plus) (1st-party) | [![pub package](https://img.shields.io/pub/v/connectivity_plus_tizen.svg)](https://pub.dev/packages/connectivity_plus_tizen) | No | | [**device_info_plus_tizen**](packages/device_info_plus) | [device_info_plus](https://pub.dev/packages/device_info_plus) (1st-party) | [![pub package](https://img.shields.io/pub/v/device_info_plus_tizen.svg)](https://pub.dev/packages/device_info_plus_tizen) | No | -| [**firebase_core_tizen**](packages/firebase_core) | [firebase_core](https://pub.dev/packages/firebase_core) | [![pub package](https://img.shields.io/pub/v/firebase_core_tizen.svg)](https://pub.dev/packages/firebase_core_tizen) | No | +| [**firebase_core**](packages/firebase_core) | [firebase_core](https://pub.dev/packages/firebase_core) | [![pub package](https://img.shields.io/pub/v/firebase_core_tizen.svg)](https://pub.dev/packages/firebase_core_tizen) | No | | [**flutter_inappwebview_tizen**](packages/flutter_inappwebview) | [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview) | [![pub package](https://img.shields.io/pub/v/flutter_inappwebview_tizen.svg)](https://pub.dev/packages/flutter_inappwebview_tizen) | No | | [**flutter_secure_storage_tizen**](packages/flutter_secure_storage) | [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) (3rd-party) | [![pub package](https://img.shields.io/pub/v/flutter_secure_storage_tizen.svg)](https://pub.dev/packages/flutter_secure_storage_tizen) | No | | [**flutter_tts_tizen**](packages/flutter_tts) | [flutter_tts](https://pub.dev/packages/flutter_tts) (3rd-party) | [![pub package](https://img.shields.io/pub/v/flutter_tts_tizen.svg)](https://pub.dev/packages/flutter_tts_tizen) | No | @@ -27,7 +27,7 @@ The _"non-endorsed"_ status means that the plugin is not endorsed by the origina | [**google_sign_in_tizen**](packages/google_sign_in) | [google_sign_in](https://pub.dev/packages/google_sign_in) (1st-party) | [![pub package](https://img.shields.io/pub/v/google_sign_in_tizen.svg)](https://pub.dev/packages/google_sign_in_tizen) | No | | [**in_app_purchase_tizen**](packages/in_app_purchase) | [in_app_purchase](https://pub.dev/packages/in_app_purchase) (1st-party) | [![pub package](https://img.shields.io/pub/v/in_app_purchase_tizen.svg)](https://pub.dev/packages/in_app_purchase_tizen) | No | | [**integration_test_tizen**](packages/integration_test) | [integration_test](https://github.com/flutter/flutter/tree/main/packages/integration_test) (1st-party) | [![pub package](https://img.shields.io/pub/v/integration_test_tizen.svg)](https://pub.dev/packages/integration_test_tizen) | No | -| [**keyboard_detection_tizen**](packages/keyboard_detection_tizen) | (Tizen-only) | [![pub package](https://img.shields.io/pub/v/keyboard_detection_tizen.svg)](https://pub.dev/packages/keyboard_detection_tizen) | N/A | +| [**keyboard_detection_tizen**](packages/keyboard_detection) | (Tizen-only) | [![pub package](https://img.shields.io/pub/v/keyboard_detection_tizen.svg)](https://pub.dev/packages/keyboard_detection_tizen) | N/A | | [**messageport_tizen**](packages/messageport) | (Tizen-only) | [![pub package](https://img.shields.io/pub/v/messageport_tizen.svg)](https://pub.dev/packages/messageport_tizen) | N/A | | [**network_info_plus_tizen**](packages/network_info_plus) | [network_info_plus](https://pub.dev/packages/network_info_plus) (1st-party) | [![pub package](https://img.shields.io/pub/v/network_info_plus_tizen.svg)](https://pub.dev/packages/network_info_plus_tizen) | No | | [**package_info_plus_tizen**](packages/package_info_plus) | [package_info_plus](https://pub.dev/packages/package_info_plus) (1st-party) | [![pub package](https://img.shields.io/pub/v/package_info_plus_tizen.svg)](https://pub.dev/packages/package_info_plus_tizen) | No | @@ -59,7 +59,7 @@ The _"non-endorsed"_ status means that the plugin is not endorsed by the origina | [**audioplayers_tizen**](packages/audioplayers) | ✔️ | ✔️ | ✔️ | | [**connectivity_plus_tizen**](packages/connectivity_plus) | ✔️ | ✔️ | ✔️ | Returns incorrect connection status | | [**device_info_plus_tizen**](packages/device_info_plus) | ✔️ | ✔️ | ✔️ | -| [**firebase_core_tizen**](packages/firebase_core) | ✔️ | ✔️ | ✔️ | +| [**firebase_core**](packages/firebase_core) | ✔️ | ✔️ | ✔️ | | [**flutter_inappwebview_tizen**](packages/flutter_inappwebview) | ✔️ | ✔️ | ✔️ | | [**flutter_secure_storage_tizen**](packages/flutter_secure_storage) | ✔️ | ✔️ | ✔️ | | [**flutter_tts_tizen**](packages/flutter_tts) | ✔️ | ✔️ | ✔️ | @@ -69,7 +69,7 @@ The _"non-endorsed"_ status means that the plugin is not endorsed by the origina | [**google_sign_in_tizen**](packages/google_sign_in) | ✔️ | ✔️ | ✔️ | | [**in_app_purchase_tizen**](packages/in_app_purchase) | ✔️ | ❌ | ❌ | Only applicable for TV | | [**integration_test_tizen**](packages/integration_test) | ✔️ | ✔️ | ✔️ | -| [**keyboard_detection_tizen**](packages/keyboard_detection_tizen) | ✔️ | ✔️ | ✔️ | +| [**keyboard_detection_tizen**](packages/keyboard_detection) | ✔️ | ✔️ | ✔️ | | [**messageport_tizen**](packages/messageport) | ✔️ | ✔️ | ✔️ | | [**network_info_plus_tizen**](packages/network_info_plus) | ✔️ | ❌ | ✔️ | API not supported on emulator. Need plugin-prebuilt to run wifi on RPI. | | [**package_info_plus_tizen**](packages/package_info_plus) | ✔️ | ✔️ | ✔️ | diff --git a/packages/keyboard_detection_tizen/.gitignore b/packages/keyboard_detection/.gitignore similarity index 100% rename from packages/keyboard_detection_tizen/.gitignore rename to packages/keyboard_detection/.gitignore diff --git a/packages/keyboard_detection_tizen/CHANGELOG.md b/packages/keyboard_detection/CHANGELOG.md similarity index 100% rename from packages/keyboard_detection_tizen/CHANGELOG.md rename to packages/keyboard_detection/CHANGELOG.md diff --git a/packages/keyboard_detection_tizen/LICENSE b/packages/keyboard_detection/LICENSE similarity index 100% rename from packages/keyboard_detection_tizen/LICENSE rename to packages/keyboard_detection/LICENSE diff --git a/packages/keyboard_detection_tizen/README.md b/packages/keyboard_detection/README.md similarity index 100% rename from packages/keyboard_detection_tizen/README.md rename to packages/keyboard_detection/README.md diff --git a/packages/keyboard_detection_tizen/example/.gitignore b/packages/keyboard_detection/example/.gitignore similarity index 100% rename from packages/keyboard_detection_tizen/example/.gitignore rename to packages/keyboard_detection/example/.gitignore diff --git a/packages/keyboard_detection_tizen/example/README.md b/packages/keyboard_detection/example/README.md similarity index 100% rename from packages/keyboard_detection_tizen/example/README.md rename to packages/keyboard_detection/example/README.md diff --git a/packages/keyboard_detection_tizen/example/integration_test/keyboard_detection_tizen_test.dart b/packages/keyboard_detection/example/integration_test/keyboard_detection_tizen_test.dart similarity index 100% rename from packages/keyboard_detection_tizen/example/integration_test/keyboard_detection_tizen_test.dart rename to packages/keyboard_detection/example/integration_test/keyboard_detection_tizen_test.dart diff --git a/packages/keyboard_detection_tizen/example/lib/main.dart b/packages/keyboard_detection/example/lib/main.dart similarity index 100% rename from packages/keyboard_detection_tizen/example/lib/main.dart rename to packages/keyboard_detection/example/lib/main.dart diff --git a/packages/keyboard_detection_tizen/example/pubspec.yaml b/packages/keyboard_detection/example/pubspec.yaml similarity index 100% rename from packages/keyboard_detection_tizen/example/pubspec.yaml rename to packages/keyboard_detection/example/pubspec.yaml diff --git a/packages/keyboard_detection_tizen/example/test_driver/integration_test.dart b/packages/keyboard_detection/example/test_driver/integration_test.dart similarity index 100% rename from packages/keyboard_detection_tizen/example/test_driver/integration_test.dart rename to packages/keyboard_detection/example/test_driver/integration_test.dart diff --git a/packages/keyboard_detection_tizen/example/tizen/.gitignore b/packages/keyboard_detection/example/tizen/.gitignore similarity index 100% rename from packages/keyboard_detection_tizen/example/tizen/.gitignore rename to packages/keyboard_detection/example/tizen/.gitignore diff --git a/packages/keyboard_detection_tizen/example/tizen/App.cs b/packages/keyboard_detection/example/tizen/App.cs similarity index 100% rename from packages/keyboard_detection_tizen/example/tizen/App.cs rename to packages/keyboard_detection/example/tizen/App.cs diff --git a/packages/keyboard_detection_tizen/example/tizen/Runner.csproj b/packages/keyboard_detection/example/tizen/Runner.csproj similarity index 100% rename from packages/keyboard_detection_tizen/example/tizen/Runner.csproj rename to packages/keyboard_detection/example/tizen/Runner.csproj diff --git a/packages/keyboard_detection_tizen/example/tizen/shared/res/ic_launcher.png b/packages/keyboard_detection/example/tizen/shared/res/ic_launcher.png similarity index 100% rename from packages/keyboard_detection_tizen/example/tizen/shared/res/ic_launcher.png rename to packages/keyboard_detection/example/tizen/shared/res/ic_launcher.png diff --git a/packages/keyboard_detection_tizen/example/tizen/tizen-manifest.xml b/packages/keyboard_detection/example/tizen/tizen-manifest.xml similarity index 100% rename from packages/keyboard_detection_tizen/example/tizen/tizen-manifest.xml rename to packages/keyboard_detection/example/tizen/tizen-manifest.xml diff --git a/packages/keyboard_detection_tizen/lib/keyboard_detection_tizen.dart b/packages/keyboard_detection/lib/keyboard_detection_tizen.dart similarity index 100% rename from packages/keyboard_detection_tizen/lib/keyboard_detection_tizen.dart rename to packages/keyboard_detection/lib/keyboard_detection_tizen.dart diff --git a/packages/keyboard_detection_tizen/lib/src/keyboard_detection_controller.dart b/packages/keyboard_detection/lib/src/keyboard_detection_controller.dart similarity index 100% rename from packages/keyboard_detection_tizen/lib/src/keyboard_detection_controller.dart rename to packages/keyboard_detection/lib/src/keyboard_detection_controller.dart diff --git a/packages/keyboard_detection_tizen/pubspec.yaml b/packages/keyboard_detection/pubspec.yaml similarity index 91% rename from packages/keyboard_detection_tizen/pubspec.yaml rename to packages/keyboard_detection/pubspec.yaml index 0aeab3a72..27b58e557 100644 --- a/packages/keyboard_detection_tizen/pubspec.yaml +++ b/packages/keyboard_detection/pubspec.yaml @@ -1,7 +1,7 @@ name: keyboard_detection_tizen description: A Tizen-specific Flutter plugin that detects software keyboard (input panel) visibility and state changes. homepage: https://github.com/flutter-tizen/plugins -repository: https://github.com/flutter-tizen/plugins/tree/master/packages/keyboard_detection_tizen +repository: https://github.com/flutter-tizen/plugins/tree/master/packages/keyboard_detection version: 0.1.0 environment: