Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.04 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.04 KB

Flutter-portfolio-

TECH
Created my portflio with the help of flutter and Dart.

KEY LEARNINGS :

1) ScrollController: I came to know how can i control the screen scrolling with the help of scrollcontroller widget.
Basic Idea : created a sataefull widget intialized the scrollcontroller. Then intialized a function where i created a switch case and added some animation for smooth scroll. then created then widget actions and passed the function the each button. At last mentioned the scrollcontroller in the body. Note that this widget only works with listview,singlechildscrollview and etc


2) Link buttons: I used the mist simple method to have buttons linked to websited/docs. I imported the necessary libraries. The used LinkedUrl in onpressed. Took the help of Uri.parse("...").


3) Image adjustment: With the help of Fit: Boxfit.cover i was able to w]fit the image in the compainer which was not making the image to be overflowed.

WEBSITE LINK: https://karas0904.github.io/