blablabla123-cell / meni

0 stars 0 forks source link

Create a simple boarding screen #3

Closed blablabla123-cell closed 2 months ago

blablabla123-cell commented 2 months ago
  1. Use StatefulWidget (Five internal widgets (stateless or stateful), switch the page on button click;
  2. Create a variable (int index = 0);
  3. In build method add a condition (if-else), based on index return a specific widget;
  4. Split widgets and separate in different folder.