From 93d55d07715025bb0150b2e02bbe3550e4a139cc Mon Sep 17 00:00:00 2001 From: zahra Date: Tue, 16 Jul 2024 00:48:40 +0330 Subject: [PATCH] Fix something on merge --- Steps | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Steps b/Steps index 9dc178a..ea7548f 100644 --- a/Steps +++ b/Steps @@ -15,7 +15,19 @@ << 1.3. Add Links.txt file. 1.4. Checkout in other station ==> Must re run 1.1. steps again. (I don't Know why) - 1.5. After a while, i read the document. Now updated some dependencies and starting + (Re-run can update dependencies) + 1.5. Update analysis_options.yaml, then run + >> + dart run custom_lint + << + 1.6. Add a "hello world" sample to "main_hello_riverpod.dart", we have some error in code. + Now run + >> + flutter pub run build_runner build + << + to generate some files (include main_hello_riverpod.g.dart). + Then fix "main_hello_riverpod.dart" with (main.g.dart --> main_hello_riverpod.g.dart). + 1.7. After a while, i read the document. Now updated some dependencies and starting use riverpod again. Now I know many things about it, but riverpod learning curve is not good. Flutter was better but not good at result. I will stick on learning curve before