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
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