mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-27 07:04:12 +00:00
fix readme and freez deps
This commit is contained in:
@@ -30,7 +30,7 @@ Binding<String>().toProvide(() => "hello world");
|
||||
// Asynchronous lazy initialization
|
||||
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");
|
||||
|
||||
// Initialization with dynamic parameters
|
||||
|
||||
Reference in New Issue
Block a user