Create a form with 2 pages using Flutter, the first one shows a list of items already registered and the second one is for registration
The first page is to have a text informing about the list and what it contains, below this text is to have the list, on that same page there is to be a button that takes you to the second page where to register.
The second page is to have a test field informing that that page is for registration, a typeable field where you enter what you would like to register, a button to save the registered item and a button to return to the previous page
3
Answers
To start, you put:
After that you insert this to the first page:
Now for the second page you insert this: