WT 1.1.18+6 fixes

This commit is contained in:
bossanyit
2021-06-06 10:50:18 +02:00
parent 0ca3b71c03
commit 5398f80e27
4 changed files with 22 additions and 4 deletions
+17
View File
@@ -231,6 +231,23 @@ class TrainingPlanActivatePage extends StatelessWidget with Trans {
),
},
),
plan.details == null || plan.details!.isEmpty
? Container(
padding: EdgeInsets.only(bottom: 8),
child: Text(
"Soon! Check back later for the plan details",
style: GoogleFonts.inter(
color: Colors.orange[800],
shadows: <Shadow>[
Shadow(
offset: Offset(2.0, 2.0),
blurRadius: 3.0,
color: Colors.black54,
),
],
),
))
: Offstage(),
getPlanDetails(plan, bloc),
ElevatedButton(
style: ElevatedButton.styleFrom(