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