Skip to content

Commit

Permalink
Revert "teste para a tela de dashboard do nutricionista"
Browse files Browse the repository at this point in the history
  • Loading branch information
iuryFilho authored Jan 20, 2025
1 parent c23f764 commit c8298ea
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 96 deletions.
4 changes: 2 additions & 2 deletions healthway_app/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
export "FLUTTER_ROOT=/home/kaua/flutter"
export "FLUTTER_APPLICATION_PATH=/home/kaua/VSCode/Healthway/healthway_app"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_TARGET=/Users/lemuelcavalcante/Documents/engenharia2/Healthway/healthway_app/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
export "PACKAGE_CONFIG=/Users/lemuelcavalcante/Documents/engenharia2/Healthway/healthway_app/.dart_tool/package_config.json"
4 changes: 0 additions & 4 deletions healthway_app/lib/geral_screens/alimentos_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,3 @@ class _AlimentosScreenState extends State<AlimentosScreen> {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,3 @@ class NutritionistDashboardScreen extends StatelessWidget {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
4 changes: 0 additions & 4 deletions healthway_app/lib/screens_nutricionist/schedule_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ class _ScheduleScreenState extends State<ScheduleScreen> {
}
}

extension on Color {
withValues({required double alpha}) {}
}

class Appointment {
final String patientName;
final String type;
Expand Down
4 changes: 0 additions & 4 deletions healthway_app/lib/screens_patient/healthScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,3 @@ class DietManagementScreen extends StatelessWidget {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
4 changes: 0 additions & 4 deletions healthway_app/lib/screens_patient/notificationScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,3 @@ class NotificationScreen extends StatelessWidget {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,3 @@ class PatientDashboardScreen extends StatelessWidget {
return peso / (alturaCm * alturaCm);
}
}

extension on Color {
withValues({required double alpha}) {}
}
4 changes: 0 additions & 4 deletions healthway_app/lib/screens_patient/patient_profile_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,3 @@ class _PatientProfileScreenState extends State<PatientProfileScreen> {
return 'Obeso';
}
}

extension on Color {
withValues({required double alpha}) {}
}
4 changes: 0 additions & 4 deletions healthway_app/lib/widgets/alimento_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,3 @@ class AlimentoItem extends StatelessWidget {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
4 changes: 0 additions & 4 deletions healthway_app/lib/widgets/chat_input_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,3 @@ class _ChatInputFieldState extends State<ChatInputField> {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
4 changes: 0 additions & 4 deletions healthway_app/lib/widgets/chat_message_bubble.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,3 @@ class ChatMessageBubble extends StatelessWidget {
);
}
}

extension on Color {
withValues({required double alpha}) {}
}
54 changes: 0 additions & 54 deletions healthway_app/test/nutricionista_dashboard_screen_test.dart

This file was deleted.

0 comments on commit c8298ea

Please sign in to comment.