Great video. One thing I'd like you to clarify that you left out in the video is how do you set the background for the items in focus? The grey background on the row from the thumbnail.
I'm not sure how he did that, but I opted for the overAndUnderCenterOpacity, and set that to .5. You will need to play around with the squeeze property until the numbers line up. This is the code I used, and I prefer it to the grey overlay: ListWheelScrollView.useDelegate( squeeze: 1.2, itemExtent: 50, perspective: 0.005, diameterRatio: 1.2, overAndUnderCenterOpacity: .5, physics: const FixedExtentScrollPhysics(), childDelegate: ListWheelChildBuilderDelegate(), );
Hey, have you uploaded any video related to setting light and dark mode in the app. I heard that you'll do it later, but haven't found in any video. ???
I downloaded your code for this, thank you! I was just wondering how you get the grey bar background behind whichever row is selected as seen in the intro at 8 sec mark.
Ok I wrapped the entire widget with a stack and put a container over the scrolling parts to highlight the selected row. I think this is the best way to do it?
Awesome.. But it is more consise return AmPm( isItAm: index == 0 ); instead of this :) if (index == 0) { return AmPm( isItAm: true, ); } else { return AmPm( isItAm: false, ); } Happy Coding :)
🥷🏽 FOLLOW ME
Patreon: www.patreon.com/mitchkoko/
Instagram: instagram.com/createdbykoko/
Twitter: twitter.com/createdbykoko/
TikTok: www.tiktok.com/@createdbykoko/
Awesome tutorial!! You hands down have the best tutorials out there about flutter! Keep up the good work!
your videos are clean, precise and direct to the point. I love it.
Glad it helps u :)
Awesome 👍.. keep doing work don't stop the tutorial series
OMG your video was so nice, Thanks!
Very Clear! U just earned yrself a new sub:)
Hey welcome John haha 💜
Thanks, a very good explanation
Nice one , I like how it gives me a 26hrs in a day 😬 KEEP IT UP !!
Haha 26 hours?? 😯 i just realised
Great video. One thing I'd like you to clarify that you left out in the video is how do you set the background for the items in focus? The grey background on the row from the thumbnail.
I'm not sure how he did that, but I opted for the overAndUnderCenterOpacity, and set that to .5. You will need to play around with the squeeze property until the numbers line up.
This is the code I used, and I prefer it to the grey overlay:
ListWheelScrollView.useDelegate(
squeeze: 1.2,
itemExtent: 50,
perspective: 0.005,
diameterRatio: 1.2,
overAndUnderCenterOpacity: .5,
physics: const FixedExtentScrollPhysics(),
childDelegate: ListWheelChildBuilderDelegate(),
);
Hey, have you uploaded any video related to setting light and dark mode in the app. I heard that you'll do it later, but haven't found in any video. ???
You are the best flutter developer you should join the flutter dev team
The list tile isn't showing ij the example code
can someone tell me what extension do he have for visual studio?
Great vid, thanks! However, when I try to use it on Chrome, the wheelscroll doesn't work, how can I make it work when I click them?
anyone know how i can do this in flutterflow?
How to make this horizontal ? :)
brilliant
I downloaded your code for this, thank you! I was just wondering how you get the grey bar background behind whichever row is selected as seen in the intro at 8 sec mark.
Ok I wrapped the entire widget with a stack and put a container over the scrolling parts to highlight the selected row. I think this is the best way to do it?
@@joewilliams9783 that is exactly what I did! I used a stack and positioned a grey container over it 😇
Awesome
tnk bro
Make more Widget of the day video.
Yessirr ✌🏾
@@createdbykoko Make one with LinearGradient
@@MdSiam-kw5ox okay sure but i think there are already good tutorials for linear gradient from other youtubers? What is your opinion
Awesome..
But it is more consise
return AmPm(
isItAm: index == 0
);
instead of this :)
if (index == 0) {
return AmPm(
isItAm: true,
);
} else {
return AmPm(
isItAm: false,
);
}
Happy Coding :)
Ah great comment thank you! That is much better haha
Thank you mitch Koko. I hope you will upload more widget videos for us🥰
No copyright music : ua-cam.com/video/JbVFDMS30i8/v-deo.html
Hey Bro
Hey supp
Hello, do you have an idea on how to make the wheel begin at the hour of DateTime.now() ? Would be very helpful to me. Very good video otherwise :)
Make Weekly video on some Good but Unpopular packages from PubDeV
Yeppp okay coming ✌🏾😇