Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.03 KB

File metadata and controls

23 lines (12 loc) · 1.03 KB

Instagram Profile Challenge

Challenge: Instagram profile development in Flutter.

Objective

The project was developed to exercise the use of Flutter components.

For responsiveness handling, the Sizer package was utilized. This package allows the use of a defined type of size for Height, Width, and Text size, greatly facilitating handling for various devices.

For rendering Stories, a ListView Builder with a horizontal scroll bar was used; For rendering photos, a GridView Builder was utilized, passing 3 photos as a parameter to follow the same pattern as Instagram.

The idea is to continue with this project, developing the remaining screens.

Google Icons were used for the icons, thus it is noticeable that some icons are different from Instagram.

Prototype based on the image below:

image

Current Status:

image