From 29e9cd8d7ea81c4c66563f3359e670cf27232795 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Tue, 9 Mar 2021 10:06:01 +0800 Subject: [PATCH] update lpinyin to null safety version --- example/pubspec.lock | 10 ++++------ pubspec.lock | 10 ++++------ pubspec.yaml | 3 +-- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 4ccf3c6..5ff7ac3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -198,12 +198,10 @@ packages: lpinyin: dependency: transitive description: - path: "." - ref: HEAD - resolved-ref: d39049042658dffcf9f6bd936cd52c1919a90b1a - url: "https://github.com/flutterchina/lpinyin" - source: git - version: "2.0.0" + name: lpinyin + url: "https://pub.flutter-io.cn" + source: hosted + version: "2.0.1" meta: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 497951e..2ef894e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -156,12 +156,10 @@ packages: lpinyin: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: d39049042658dffcf9f6bd936cd52c1919a90b1a - url: "https://github.com/flutterchina/lpinyin" - source: git - version: "2.0.0" + name: lpinyin + url: "https://pub.flutter-io.cn" + source: hosted + version: "2.0.1" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e1fd3e3..4bca20c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,8 +12,7 @@ dependencies: sdk: flutter flutter_screenutil: ^5.0.0-nullsafety.7 flutter_easyrefresh: ^2.1.8 - lpinyin: - git: https://github.com/flutterchina/lpinyin + lpinyin: ^2.0.1 image_picker: ^0.7.2 bot_toast: ^4.0.0+1 velocity_x: