TF-836: add bitrise

This commit is contained in:
ManhNTX
2022-08-16 10:59:53 +07:00
committed by Dat H. Pham
parent 14d70cc1ab
commit 93ba464c49
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -77,6 +77,9 @@ workflows:
cd ../rule_filter
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
cd ../forward
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
cd ..
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
+3
View File
@@ -17,6 +17,9 @@ flutter pub get && flutter pub run build_runner build --delete-conflicting-outpu
cd ../rule_filter
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
cd ../forward
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
cd ..
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
-3
View File
@@ -11,9 +11,6 @@ dependencies:
flutter:
sdk: flutter
model:
path: ../model
equatable: 2.0.3
json_annotation: 4.5.0