Assignment 5
Assignment 5
Objective:
To explore and understand common Flutter widgets such as Buttons, Images, and Style
Widgets. Additionally, implement a splash screen and a home screen based on the provided
Figma design
Assignment Tasks
1. Component Exploration
Research the following Flutter widgets and provide a brief explanation of their
usage, with code examples:
For each component, create a small Dart program that demonstrates its usage.
Include screenshots of the output.
2. UI Implementation
Using the provided Figma design as a reference, implement the following screens:
Splash Screen
Home Screen
Implement a screen layout that resembles the Figma design. This may include:
1. Ensure that the UI is responsive and adapts well to different screen sizes.
3. Organize code into separate files for better readability (e.g., separate files for splash
screen and home screen).
Submission Requirements