Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "teste para a tela de dashboard do nutricionista" #87

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading