TF-2100 Add email_recovery module in dependencies of app

(cherry picked from commit 55757848cc25ebbe00e4d50bc3a33e35450efb07)
This commit is contained in:
hieubt
2023-12-10 21:59:04 +07:00
committed by Dat H. Pham
parent 76ed6a0cb3
commit 409742e6ab
15 changed files with 135 additions and 83 deletions
+3
View File
@@ -26,6 +26,9 @@ flutter pub get && dart run build_runner build --delete-conflicting-outputs
cd ../fcm
flutter pub get && dart run build_runner build --delete-conflicting-outputs
cd ../email_recovery
flutter pub get && dart run build_runner build --delete-conflicting-outputs
cd ..
flutter pub get \
&& dart run build_runner build --delete-conflicting-outputs \