From f54635c068aac2ce01bef6cd5de768d32177c54b Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:45:07 +0800 Subject: [PATCH] fix opencc --- pubspec.lock | 9 +++++---- pubspec.yaml | 5 ++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index f17786c..f7755a7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -398,10 +398,11 @@ packages: flutter_open_chinese_convert: dependency: "direct main" description: - name: flutter_open_chinese_convert - sha256: "20e68f1526b1c00d58cc1082043a8e24ea8469fc1060c4cd0571965a50d8e74d" - url: "https://pub.dev" - source: hosted + path: "." + ref: master + resolved-ref: "78e72b9e459e43e25e0636125951e66d655accc2" + url: "https://github.com/Predidit/flutter_open_chinese_convert.git" + source: git version: "0.3.0" flutter_plugin_android_lifecycle: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index e18e35c..2a06d46 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -53,7 +53,10 @@ dependencies: connectivity_plus: ^4.0.1 url_launcher: ^6.1.14 device_info_plus: ^9.0.2 - flutter_open_chinese_convert: ^0.3.0 + flutter_open_chinese_convert: + git: + url: https://github.com/Predidit/flutter_open_chinese_convert.git + ref: master flutter_launcher_icons: ^0.13.1 window_manager: ^0.3.8