@@CodeWithAndrea hi, do you know of any packages or repositories that use an EPG style layout? EPG being like a TV guide layout, channels along one axis and time along the other? I would like to make one, I am trying to do it with a staggered grid but I need diagonal swipe and pinch zoom with fixed headers for the time and location axises. Many thanks
Very good. I have a question, how to do a SliverGrid with containers with different hight? I am trying woth SliverGridDelegateWithMaxCrossAxisExtent but dont work well because the space between containers is different depend the height of container
Really nice video. Many thanks. If I have a widget that is, say, A4 sized, it looks like thee is not yet a widget that will allow the user to pan around V and H. Scrolling seems limited to a single direction. But your last page makes me wonder if it might be possible... I shall have to play with your code to see if it's feasible... You are a good teacher: well paced and you point out the gotchas as you go. Very good.
Hi Mr Andrea Bizzotto can you explain (context) and something like for example theme.of(context) i don't mean the theme i mean the kind of the example and when we use these widgets or objects please it is a kind of confusing for me? thanks
Thats Awesome ! can you explain how to add an html / htm / txt/jpg/png ..etc file (offline / hosted data) into a folder/direct and link the same within list or within grid view. might helpful to all user.
Great video, as always! Will you make a video on responsive layout? You taught me how to design a layout, now I need to learn how to make it look good on all devices :D
Could it be possible to have a gridview that its own width is larger than the screen width and be able to scroll it horizontally to see the rest of the grid?
Why do you want to do this? In general it's not a good UX practice to have a scrollable widget inside another widget that scrolls in the same direction.
Your course looks amazing however for some reason all courses use firebase auth, have you done any auth videos on APIs that use rest auth and rest api powered by anything but firebase
I haven't. But the same structure still applies. In a nutshell: - You can write an Auth class to wrap your REST API auth calls - you can use http.get with the url and parameters for your REST API - you can parse the response into a User type that is returned to your calling code.
How do you put a working tab bar with a SliverAppBar? This is my current code github.com/themindstorm/flutter-autohide-tabbar-problem, and I am facing a problem (The README contains a GIF showing it)
Hay i have list of video files and i want to show that list with video thumbnails...so how can I do it in flutter? If anuone know it then please reply me...
You can write a custom list tile class, which internally uses FutureBuilder and the http package to read image data from the Internet. For an intro to FutureBuilder see this: ruclips.net/video/ek8ZPdWj4Qo/видео.html
If you want you can take my Flutter course. Discounted link here: www.udemy.com/course/flutter-firebase-build-a-complete-app-for-ios-android/?couponCode=DART15
Yesterday I asked how widget.variable name (lower case w) can be used. The answer is at stackoverflow.com/questions/50287995/passing-data-to-statefulwidget-and-accessing-it-in-its-state-in-flutter . Where is says: To use recordObject in _RecordPageState, you have to just write widget.objectname like below...
This demo is now live at this link using Flutter web:
flutter-layouts-demo.web.app/#/
awesome, I watched this lecture to review what I've studied for these past 4days, and I feel like I wish I should've watched this first.
thank you so much,now i know how to solve the unbounded height error in the nested list view
AMAZING WORK Andrea !!! Please, keep continue with these tutorials...
they're sooooooo useful. THE BEST around !
Ale Digitale thank you very much!
@@CodeWithAndrea hi, do you know of any packages or repositories that use an EPG style layout? EPG being like a TV guide layout, channels along one axis and time along the other? I would like to make one, I am trying to do it with a staggered grid but I need diagonal swipe and pinch zoom with fixed headers for the time and location axises. Many thanks
please create more show case for flutter widgets like animations transitions these videos are great and you explain it like no where else did
Your channel is very helpful for Flutter. Great content! Thank you very much
Thank you so much man. I was having problem with the dynamic tab bar with the corresponding children page. With your video i got an idea and did it.
Thank you so much for the excellent summary and comparison!
Andrea you are awesome. Very helpful tutorials for new Flutter Apps Developers.
Just thank you from all community and special in the spanish community, u are great, keep with all this tutorials.
Amazing video series!!! We hope to see more videos in the future! Keep it up Andrea!
Thanks for sharing this really good things about material views. I probably use this on my project. Thanks for helping Andrea !
Very good. I have a question, how to do a SliverGrid with containers with different hight? I am trying woth SliverGridDelegateWithMaxCrossAxisExtent but dont work well because the space between containers is different depend the height of container
Really nice video. Many thanks.
If I have a widget that is, say, A4 sized, it looks like thee is not yet a widget that will allow the user to pan around V and H. Scrolling seems limited to a single direction.
But your last page makes me wonder if it might be possible... I shall have to play with your code to see if it's feasible...
You are a good teacher: well paced and you point out the gotchas as you go. Very good.
Thanks for making this, Andrea. Keep your good works!
You are making a amazing flutter examples... i am inspired from you that how to make a perfect examples...
I wanna watch you when you are doing each one of these layout sepreatly
Hi Mr Andrea Bizzotto can you explain (context) and something like for example theme.of(context) i don't mean the theme i mean the kind of the example and when we use these widgets or objects please it is a kind of confusing for me? thanks
Sorry for the late reply. You can watch my video about inherited widget. It's explained there: ruclips.net/video/X8JDPt83c6M/видео.html
Wow I learned so much from you
Thanks a lot 😀😀😀
Amazing video and amazing explanation. Keep up with the good work. Thank you for the video!
Thank you for this excellent video!
Again, a great clear lesson. Thank you again.
Thats Awesome ! can you explain how to add an html / htm / txt/jpg/png ..etc file (offline / hosted data) into a folder/direct and link the same within list or within grid view. might helpful to all user.
how can i put a home_page.dart with diferent containers instead generating lists? in need to hide the tabs
I'm thinking to buy your course!!
Sure, all discounted courses are at codewithandrea.com/courses
Great video, as always! Will you make a video on responsive layout? You taught me how to design a layout, now I need to learn how to make it look good on all devices :D
That is a good idea. I'll add it to my shortlist of upcoming videos. ;)
Great stuff! Thanks
Nice tutorial please can you create a card widget which can scroll horizontal and vertical
It's not easy, but I'll get there 🤞
can you explain how it iterate full list of asset images- assetNames[index % assetNames.length]. and also here, what does % means
Why SilversExtendList dont have itemCount but it still render? Has it infinity item?
amazing explanation, thanks
Thanks for sharing.
Kickass video. I have subscribed to you.
please how do make a scrollable popupmenu?
Thank you for sharing😊
cheang sokkong thank you for watching ;)
Could it be possible to have a gridview that its own width is larger than the screen width and be able to scroll it horizontally to see the rest of the grid?
Sure. You can just set the scrollDirection to Axis.horizontal.
@@CodeWithAndrea Thank you very much, I will try it!
hi andrea! u know how i can put a listview inside a pageview both with same direction(vertical)?
Why do you want to do this? In general it's not a good UX practice to have a scrollable widget inside another widget that scrolls in the same direction.
Hay I have list of GIF Images and I want to show that list with card view. so how can I do it in flutter? If any one know it then please reply me...
Thank you that’s awesome
very helpful thanks !
Your course looks amazing however for some reason all courses use firebase auth, have you done any auth videos on APIs that use rest auth and rest api powered by anything but firebase
I haven't. But the same structure still applies. In a nutshell:
- You can write an Auth class to wrap your REST API auth calls
- you can use http.get with the url and parameters for your REST API
- you can parse the response into a User type that is returned to your calling code.
JUST GREAT..!!!!!
hi can we put a CustomScrollView in a ListView ?
Thanks. It’s very usefull video.
How do you put a working tab bar with a SliverAppBar?
This is my current code github.com/themindstorm/flutter-autohide-tabbar-problem, and I am facing a problem (The README contains a GIF showing it)
Awesome video
Great video
Awesome 👍🏼
Great job👌👌
u rock man
Awesome!
Hay i have list of video files and i want to show that list with video thumbnails...so how can I do it in flutter? If anuone know it then please reply me...
You can write a custom list tile class, which internally uses FutureBuilder and the http package to read image data from the Internet. For an intro to FutureBuilder see this: ruclips.net/video/ek8ZPdWj4Qo/видео.html
good job
How to use this when I try to start develop an application? I'm a Beginner.
If you want you can take my Flutter course. Discounted link here: www.udemy.com/course/flutter-firebase-build-a-complete-app-for-ios-android/?couponCode=DART15
well it look's good !! but i downloaded it, and can't build it on ios... help
Hey - sorry for the late reply. What errors do you get?
Yesterday I asked how widget.variable name (lower case w) can be used. The answer is at stackoverflow.com/questions/50287995/passing-data-to-statefulwidget-and-accessing-it-in-its-state-in-flutter . Where is says: To use recordObject in _RecordPageState, you have to just write widget.objectname like below...
Thanks
Cool! Subbed
i got some errors bro..
Amazing video (y) (y) (y) (y) (y) (y) (y)
497325
Kickass video. I have subscribed to you.
Kickass video. I have subscribed to you.
Jim Morrison glad you liked it :)
Kickass video. I have subscribed to you.