fixed page numbers on pizza event recipe page
This commit is contained in:
parent
17e9aaa5a2
commit
51ccf45225
2 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,7 @@ class PizzaEventRecipePageState extends State<PizzaEventRecipePage> {
|
|||
@override
|
||||
Widget build(BuildContext context){
|
||||
var recipeStepCount = this.widget.pizzaEvent.recipe.recipeSteps.length;
|
||||
recipeStepCount += 1; // because of first description page
|
||||
List<Text> pageIndex = [];
|
||||
for (var i = 0;i < recipeStepCount;i++){
|
||||
pageIndex.add(
|
||||
|
|
3
todo.md
3
todo.md
|
@ -11,5 +11,4 @@
|
|||
|
||||
## Refactor
|
||||
|
||||
## Bug
|
||||
- last page missing page numbers on pizza event recipe page
|
||||
## Bug
|
Loading…
Add table
Reference in a new issue