Skip to content

This Project showcases the implementation of responsive UI components in Flutter, demonstrating the adaptability of widgets based on screen dimensions.

Notifications You must be signed in to change notification settings

HiBorn4/ReSizor_Responsive_Flutter_UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Flutter Responsive Design

Create a Flutter app with responsive components that adapt their sizes based on the screen dimensions. This project aims to demonstrate your understanding of responsive UI development in Flutter.

Screenshots

App Screenshot 1 App Screenshot 2

App Screenshot 3

Task Description

Objective is to create two different cards on the same screen with the following characteristics:

Card 1 (Top Card):

  • As the screen size grows or shrinks, the width of the card changes to occupy the same proportion of the screen.
  • The green area inside the card also grows to maintain the same proportion of the screen.

Card 2 (Bottom Card):

  • As the screen size grows or shrinks, the width of the card changes to occupy the same proportion of the screen.
  • The green area inside the card also changes its size.
  • Despite the changes in the card's size, the grey area within it remains the same size and remains positioned at the top-center of the card.

Design Details

  • The white area represents the screen (mobile, web browser, iPad, etc.).
  • The red area represents the card background.

About

This Project showcases the implementation of responsive UI components in Flutter, demonstrating the adaptability of widgets based on screen dimensions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published