issues
search
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
Use StatefulWidget (Five internal widgets (stateless or stateful), switch the page on button click;
Create a variable (int index = 0);
In build method add a condition (if-else), based on index return a specific widget;
Split widgets and separate in different folder.