Build: Cross-Platform Info
This screen explains why Flutter allows building apps for multiple platforms using one codebase.
Target UI
┌───────────────────────────────┐ │ Cross-Platform Info │ ├───────────────────────────────┤ │ Flutter lets you write one │ │ app that works on Android, │ │ iOS, web, and desktop. │ │ │ │ It uses a single codebase and │ │ its own rendering engine. │ │ │ │ This means faster development │ │ and consistent look everywhere│ │ │ │ [OK] │ └───────────────────────────────┘
Show a title at the top: 'Cross-Platform Info'
Display a short explanation about Flutter's cross-platform ability in simple language
Use a scrollable area for the text in case of small screens
Add a button labeled 'OK' at the bottom that closes the screen