Flutter - The Infinite ListView

preview_player
Показать описание
This video covers:
- Create Material App From Scratch
- Create a Home Page
- Navigate to a Page with a ListView
- Reference a State Object
- Navigate to the Items Page

Source Code Used:
Рекомендации по теме
Комментарии
Автор

Awesome tutorial! I learn a lot from this video, particularly route part. Thanks

ingramchen
Автор

Thanks for expanding the limited Flutter example content online ;-)

MarkMooibroek
Автор

A lot of infos that you deliver there. I'd like to see a github repo so we can analyse key details to your solution. Thank you @brandon

robertfelker
Автор

Thank you Brandon. How do I create a hierarchical menu using this list widget? I want the user to tap on a list item that has child menu items. This could go diem the levels before the child nodes link to a content page.

stevebarnesmedia
Автор

HI,

GREAT VIDEO TUTORIALS. I AM WATCHING AND LEARNING BY CODING SIDE BY SIDE.

I HAVE A REQUEST FOR VIDEO TO MAKE FLUTTER LIST VIEW WITH REST JSON DATA WITH PAGINATION.

KINDLY CAN YOU COVER HOW TO LOAD PAGINATED DATA INTO LIST VIEW IN FLUTTER IN YOUR NEXT VIDEO.

THANKS

WikkiOnIlluminati
Автор

Nice videos! Could you make an ExpansionTile tutorial in order to click on each child node to navigate through another route each time?

MrJotaceSG
Автор

Thanks for the tutorial.  I have a question.  So I created my own little practice app to try this.  I hard coded a list of 50 items and the screen can only display 20 at a time.  How do I stop scrolling if I come to the end of the list.  For me it just keeps scrolling, no matter what I do.

aa
Автор

hello i seen your video its all good now i have doubt how can i place app drawer in right side of screen instead of left

shahidecit
Автор

Hi Brandon - why does the view slides from the side in your example and in my example from the bottom up? Where can I configure the transition?

sebastianwesthues
Автор

I am getting stuck on Futures. Was thinking another great tutorial would be to take some of the example projects included with flutter, ie the flutter_gallery example project which seems to have every feature that exists, and then modify the project in certain ways, Ie one way would be to do a an api call to some json data with a Future widget and then have that data populate things( i seem to get errors here lol)

Just an idea.

videosuperhero
Автор

Pretty sure you can use "final" without giving an explicit type, by the way.

IanHickson
Автор

Nice video, really helped me a lot. One question, at what point does the todo pages instantiate themselves. I don't understand how the index number just increases on its own.

frostignome
Автор

why do you write everything in one file? why do you not creeating a file for every widget?

danieldaschle
Автор

Fine tutorial but it should have started from a login screen.

ollaray