Build: Simple Input Screen
A screen with a text input field that shows the typed text below it in real-time.
Target UI
------------------------- | Simple Input Screen | |-----------------------| | Enter text: | | [___________________] | | | | You typed: | | | | | -------------------------
Add a TextField for user input.
Use a TextEditingController to read the input.
Display the current input text below the TextField in real-time.