fix readme and freez deps

This commit is contained in:
Sergey Penkovsky
2025-05-19 10:26:45 +03:00
parent 20e44beea7
commit e6f9b13ea4
3 changed files with 13 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ Binding<String>().toProvide(() => "hello world");
// Asynchronous lazy initialization // Asynchronous lazy initialization
Binding<String>().toProvideAsync(() async => "hello async world"); Binding<String>().toProvideAsync(() async => "hello async world");
/ Asynchronous lazy initialization with dynamic parameters // Asynchronous lazy initialization with dynamic parameters
Binding<String>().toProvideAsyncWithParams((params) async => "hello $params"); Binding<String>().toProvideAsyncWithParams((params) async => "hello $params");
// Initialization with dynamic parameters // Initialization with dynamic parameters

View File

@@ -28,19 +28,17 @@ packages:
cherrypick: cherrypick:
dependency: "direct main" dependency: "direct main"
description: description:
name: cherrypick path: "../../cherrypick"
sha256: e1e2b4f3a70cbe7760e479e6ddb7dce2fc85a1bbb2fba6c398efe235ed111dfe relative: true
url: "https://pub.dev" source: path
source: hosted version: "2.1.0-dev.1"
version: "2.0.2"
cherrypick_flutter: cherrypick_flutter:
dependency: "direct main" dependency: "direct main"
description: description:
name: cherrypick_flutter path: "../../cherrypick_flutter"
sha256: ad63ae816b7d1147ffb0a82bcae5a1ea3d51e9d398a79459c619464391a43a79 relative: true
url: "https://pub.dev" source: path
source: hosted version: "1.1.1-dev.1"
version: "1.1.1"
clock: clock:
dependency: transitive dependency: transitive
description: description:

View File

@@ -153,11 +153,10 @@ packages:
cherrypick: cherrypick:
dependency: "direct main" dependency: "direct main"
description: description:
name: cherrypick path: "../../cherrypick"
sha256: e1e2b4f3a70cbe7760e479e6ddb7dce2fc85a1bbb2fba6c398efe235ed111dfe relative: true
url: "https://pub.dev" source: path
source: hosted version: "2.1.0-dev.1"
version: "2.0.2"
clock: clock:
dependency: transitive dependency: transitive
description: description: