From e6f9b13ea4b117ca43087a249e4fa426dcfb85e0 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Mon, 19 May 2025 10:26:45 +0300 Subject: [PATCH] fix readme and freez deps --- cherrypick/README.md | 2 +- examples/client_app/pubspec.lock | 18 ++++++++---------- examples/postly/pubspec.lock | 9 ++++----- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/cherrypick/README.md b/cherrypick/README.md index a4499cb..160ab6b 100644 --- a/cherrypick/README.md +++ b/cherrypick/README.md @@ -30,7 +30,7 @@ Binding().toProvide(() => "hello world"); // Asynchronous lazy initialization Binding().toProvideAsync(() async => "hello async world"); -/ Asynchronous lazy initialization with dynamic parameters +// Asynchronous lazy initialization with dynamic parameters Binding().toProvideAsyncWithParams((params) async => "hello $params"); // Initialization with dynamic parameters diff --git a/examples/client_app/pubspec.lock b/examples/client_app/pubspec.lock index 02b6015..43c8489 100644 --- a/examples/client_app/pubspec.lock +++ b/examples/client_app/pubspec.lock @@ -28,19 +28,17 @@ packages: cherrypick: dependency: "direct main" description: - name: cherrypick - sha256: e1e2b4f3a70cbe7760e479e6ddb7dce2fc85a1bbb2fba6c398efe235ed111dfe - url: "https://pub.dev" - source: hosted - version: "2.0.2" + path: "../../cherrypick" + relative: true + source: path + version: "2.1.0-dev.1" cherrypick_flutter: dependency: "direct main" description: - name: cherrypick_flutter - sha256: ad63ae816b7d1147ffb0a82bcae5a1ea3d51e9d398a79459c619464391a43a79 - url: "https://pub.dev" - source: hosted - version: "1.1.1" + path: "../../cherrypick_flutter" + relative: true + source: path + version: "1.1.1-dev.1" clock: dependency: transitive description: diff --git a/examples/postly/pubspec.lock b/examples/postly/pubspec.lock index 3fcb01b..7e9843a 100644 --- a/examples/postly/pubspec.lock +++ b/examples/postly/pubspec.lock @@ -153,11 +153,10 @@ packages: cherrypick: dependency: "direct main" description: - name: cherrypick - sha256: e1e2b4f3a70cbe7760e479e6ddb7dce2fc85a1bbb2fba6c398efe235ed111dfe - url: "https://pub.dev" - source: hosted - version: "2.0.2" + path: "../../cherrypick" + relative: true + source: path + version: "2.1.0-dev.1" clock: dependency: transitive description: