Challenge: Instagram profile development in Flutter.
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.

