Step 1.3: build

new file (usefull links -> Links.txt)
This commit is contained in:
zahra 2024-06-05 00:52:15 +03:30
parent bbe66a598e
commit 41620aeb4f
2 changed files with 11 additions and 0 deletions

4
Links Normal file
View File

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

7
Steps
View File

@ -8,3 +8,10 @@
flutter pub add dev:custom_lint flutter pub add dev:custom_lint
flutter pub add dev:riverpod_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.