From 41620aeb4ff39d3df3e6c008d54c2232e057368a Mon Sep 17 00:00:00 2001 From: zahra Date: Wed, 5 Jun 2024 00:52:15 +0330 Subject: [PATCH] Step 1.3: build new file (usefull links -> Links.txt) --- Links | 4 ++++ Steps | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 Links diff --git a/Links b/Links new file mode 100644 index 0000000..1421a06 --- /dev/null +++ b/Links @@ -0,0 +1,4 @@ +1. https://riverpod.dev/docs/introduction/getting_started +2. https://codewithandrea.com/articles/flutter-state-management-riverpod/ +3. https://plugins.jetbrains.com/plugin/14641-flutter-riverpod-snippets + diff --git a/Steps b/Steps index a987414..8a2cb2b 100644 --- a/Steps +++ b/Steps @@ -8,3 +8,10 @@ flutter pub add dev:custom_lint flutter pub add dev:riverpod_lint << + 1.2. + >> + flutter pub get + flutter pub run build_runner build ( instead of flutter pub run build_runner watch) + << + 1.3. Add Links.txt file. +