added reamining time string to pizza event page
This commit is contained in:
parent
91fbc547ff
commit
14f99c9333
1 changed files with 2 additions and 3 deletions
|
@ -34,11 +34,10 @@ class PizzaEventPageState extends State<PizzaEventPage> {
|
|||
children: <Widget>[
|
||||
Expanded(
|
||||
flex: 10,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Text(this.widget.pizzaEvent.name),
|
||||
Text("$completedRecipeStepCount/$recipeStepCount")
|
||||
Text(getTimeRemainingString(this.widget.pizzaEvent.dateTime))
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue