If you find this video useful, consider Following me on: Twitter: twitter.com/theretroportal Instagram: instagram.com/retroportalstudio Happy Coding! ✌️😁
Man, you made my day. It was exactly what I needed desperately to present to my manager tomorrow. I am a native android dev, recently started flutter :)
Thanks this was helpful. To add polish to this effect is there a way to link the animation of the bottom screen to the swipe? So as the swipe is in progress the drawer is revealed? Thanks
i am second huhu. I got helped with a tutorial of integrating native android foreground noti. that was executed quite irregularly. but the longest term was done within 10 minutes even the jobtask was coded to run every 5 second. sometimes the task was done in 30 seconds.. i guess the reason is that the phone was not being charged and turned off. so the app's threads priority was quite behind... anyway could do it faster than other background flutter noti packages that guarantee only 15 minutes. so thank you for your simple and exact tutorials.. BTW.. now I am wondering.. to make small loading spinner on the current activity (context), do we have to use route navigation creating new scaffold? is it not that simple just like simple css z index?? couldn't find simple solution googling..
@@RetroPortalStudio ah in the end it's been solved... bot toast provides global static cancel function.. when the http is done i can call closeAllLoading !
@@信者の男 The text fields don't work because the BackdropFilter is always covering them, no matter what the opacity. Easiest fix is to conditionally show the BackDropFilter only when showBottomMenu is true.
I would want to have a Carousel/Swiper/Row that elements( images / icons ) follow path of curve ( Arc ), I want to scroll the elements in curve path not in straight path , Please share if u have any idea . you can check the example in link below ( flutter) : github.com/walmartlabs/curved-carousel
If you find this video useful, consider Following me on:
Twitter: twitter.com/theretroportal
Instagram: instagram.com/retroportalstudio
Happy Coding! ✌️😁
A superb tutorial, thank you!
Man, you made my day. It was exactly what I needed desperately to present to my manager tomorrow. I am a native android dev, recently started flutter :)
Good stuff man
Remember to add if statement for AnimatedOpacity Widget! If not you can't touch or scroll the widget below it. BTW, video is great!
Amazing... I love you, dude!
You saved me several hours of stress and a headache.
Thank you very much!
Awesome you should be given an opportunity to work in the Flutter team Respect !
Wonderful - thanks so much.
Great tutorial man!
Amazing all your tuts! Keep it up :)
very clear thanks bro
thk you master :)
Thanks this was helpful. To add polish to this effect is there a way to link the animation of the bottom screen to the swipe? So as the swipe is in progress the drawer is revealed? Thanks
Big fan of coding style 😊😊😊
Thank you sir
Can we Add oppressed capability?
i am second huhu. I got helped with a tutorial of integrating native android foreground noti. that was executed quite irregularly. but the longest term was done within 10 minutes even the jobtask was coded to run every 5 second. sometimes the task was done in 30 seconds.. i guess the reason is that the phone was not being charged and turned off. so the app's threads priority was quite behind... anyway could do it faster than other background flutter noti packages that guarantee only 15 minutes. so thank you for your simple and exact tutorials.. BTW.. now I am wondering.. to make small loading spinner on the current activity (context), do we have to use route navigation creating new scaffold? is it not that simple just like simple css z index?? couldn't find simple solution googling..
Thank you so much for your support! ✌😁 Bdw what exactly is your query that you mentioned? I would like to help!
@@RetroPortalStudio ah in the end it's been solved... bot toast provides global static cancel function.. when the http is done i can call closeAllLoading !
There is a bug in the code, the program does not differentiate if the user slides up or down
I'm testing on Android emulator, velocity.pixelsPerSecond.dy shows positive and negative values for the same slide (up or down)
even textfields doesnt work too
ide issues maybe
@@信者の男 The text fields don't work because the BackdropFilter is always covering them, no matter what the opacity. Easiest fix is to conditionally show the BackDropFilter only when showBottomMenu is true.
I would want to have a Carousel/Swiper/Row that elements( images / icons ) follow path of curve ( Arc ), I want to scroll the elements in curve path not in straight path , Please share if u have any idea . you can check the example in link below ( flutter) :
github.com/walmartlabs/curved-carousel