Merge pull request #53 from FRE-Informatica/fix/fd-932

FIX: +3 hours in provisional schedule
This commit is contained in:
DanielYukio 2024-10-31 13:54:42 -03:00 committed by GitHub
commit 3dadb48fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 413 additions and 1161 deletions

View File

@ -50,10 +50,7 @@ class _DeliveryScheduleState extends State<DeliverySchedule> {
},
),
title: Text(
FFLocalizations.of(context).getVariableText(
enText: 'Delivery Schedule',
ptText: 'Agendar Entregas',
),
FFLocalizations.of(context).getVariableText(enText: 'Delivery Schedule', ptText: 'Agendar Entregas'),
style: FlutterFlowTheme.of(context).headlineMedium.override(
fontFamily: 'Nunito',
color: FlutterFlowTheme.of(context).primaryText,
@ -67,7 +64,6 @@ class _DeliveryScheduleState extends State<DeliverySchedule> {
centerTitle: true,
elevation: 0.0,
),
body: const SafeArea(
top: true, child: ScheduleProvisionalVisitPageWidget()));
body: const SafeArea(top: true, child: ScheduleProvisionalVisitPageWidget()));
}
}