WT 1.1.18+6 fixes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user