Using the GridView Widget with Custom List Items - Flutter Dev Series by Roman Just Codes (S1E4)

  Рет қаралды 14,007

Roman Just Codes

Roman Just Codes

Күн бұрын

In this third episode of the Flutter Development Series, I'll walk you through using alternative layout widgets such as the GridView widget to lay out list items while creating the SelectedCategory widget page for this app. I also discuss the following:
-Creating a shareable customized AppBar as a Stateful Widget
-More on creating Dart models to mock up the widget data fed to them
GitHub Repo for this project:
github.com/rom...
#Flutter​ #30DaysOfFlutter​ #Dart​ #RomanJustCodes​ #CrossPlatform​ #Android​ #IOS​ #Web​ #Desktop #Widgets #GridView

Пікірлер: 42
@Qillllas
@Qillllas 2 жыл бұрын
so if i wanna work on the second category where should i do it since the class does not exits yet, and if i create a new class for the second category does it automatically link to the category list page? perhaps will u make a video on how to do that?
@jamesmwangi2491
@jamesmwangi2491 2 жыл бұрын
great tutorial
@yaguarei
@yaguarei 3 жыл бұрын
Hola, gracias por compartir tus conocimiento, explicación excelente, estoy estancado en flutter 2.0 cuando va a la página de detallespage es requerido un parámetro y me da error, por donde te puedo enviar la pila del erroryas detalle?
@MrGreyManta
@MrGreyManta 3 жыл бұрын
thanks man i appreciate this
@ramiahmed8496
@ramiahmed8496 3 жыл бұрын
great job thank you
@romanjustcodes
@romanjustcodes 3 жыл бұрын
Thanks for watching!
@gabriellopez2165
@gabriellopez2165 3 жыл бұрын
Me suscribo 😁 excelentes explicaciones... Pero no pude solucionar un error del navigator de la última parte del video😥
@romanjustcodes
@romanjustcodes 3 жыл бұрын
Gabriel, si tienes algun problema me puedes enviar un mensaje por Github como un issue y puedo ver si te puedo ayudar. Gracias por tu apoyo, y vas a ver que tu problema se va a solucionar! Sigue adelante!
@VaibhavSinhavbh
@VaibhavSinhavbh 3 жыл бұрын
Can you guide me fixing error when applying super class..video time 1.33
@romanjustcodes
@romanjustcodes 3 жыл бұрын
Hi Vaibhav I’ll help you fix your issue. I saw your message on GitHub. Will reply there
@manikan6847
@manikan6847 2 жыл бұрын
am also facing thiss error... solvedd???
@romanjustcodes
@romanjustcodes 2 жыл бұрын
@@manikan6847 please ping me via a Github issue so I can reply directly with the way to solve the problem. Thanks for your support!
@dev.faizan
@dev.faizan 3 жыл бұрын
excellent😍😎😎
@dev.faizan
@dev.faizan 3 жыл бұрын
subscribed
@romanjustcodes
@romanjustcodes 3 жыл бұрын
thank you for the support, Faizan!
@markpanaguiton799
@markpanaguiton799 3 жыл бұрын
Hello, Roman! Thanks for this video! I hope that someone can help me understand this concept better. I watch your videos because I want to learn more about nesting lists within another list (subcategories to your categories). I did not execute the part wherein you extended the Categories to Subcategories because I am using a different data type (products to categories) which I thought would be okay as long as I have the Products list inside my Categories data. My challenge is that when I go to the GridView part, the List.generate command knows the number of items inside Product, but cannot generate the names for it. Hoping you can enlighten me!
@romanjustcodes
@romanjustcodes 3 жыл бұрын
leave me a message on this project's Github Repo as an issue so I can try to help!
@markpanaguiton799
@markpanaguiton799 3 жыл бұрын
@@romanjustcodes already fixed this after studying setters and getters further lol sorry I'm really a complete noob, but thank you for responding! I have problems from the 5th video now (selected part becomes null after rerun)
@romanjustcodes
@romanjustcodes 3 жыл бұрын
@@markpanaguiton799 send me a msg via Github I might be able to help
@rebazjabar7660
@rebazjabar7660 3 жыл бұрын
if someone has a problem with SubCategory Class when you add parameters in Super class in minute 1:33 , inform me i have a solution
@VaibhavSinhavbh
@VaibhavSinhavbh 3 жыл бұрын
i am getting error i.e "The named parameter 'subCategories' is required, but there's no corresponding argument. Try adding the required argument."
@romanjustcodes
@romanjustcodes 3 жыл бұрын
@@VaibhavSinhavbh will reply to you separately and post the answer here if anyone else is having the issue
@VaibhavSinhavbh
@VaibhavSinhavbh 3 жыл бұрын
@@romanjustcodes Thanks for your response. When can I expect resolution.?
@nitingopal7929
@nitingopal7929 2 жыл бұрын
i am also having the same problem... have u solved it ?
@hafiey3228
@hafiey3228 Жыл бұрын
I have the same problem. Can you show how to solve it ?
@rebazjabar7660
@rebazjabar7660 3 жыл бұрын
i spend a day to fix the null safety problem with the new flutter that has .
@KisanKang
@KisanKang 3 жыл бұрын
Hey bro, at the @11:00, How did you put "this.selectedCategory" which is 'Category' class as "subCategory" parameter which is requiring 'SubCategory' class................ Help me TT
@rebazjabar7660
@rebazjabar7660 3 жыл бұрын
@@KisanKang bro different class need a required i fixed by my own way it worked but there is easy way fix , go to the roman Github profile you can see the LIb folder and see the class and make sure your code the same as romans .
@KisanKang
@KisanKang 3 жыл бұрын
Thank you for replying. But the file on his github is the final version. So the part i wondered is different with this video's status
@rebazjabar7660
@rebazjabar7660 3 жыл бұрын
@@KisanKang Did you fix the problem ??
@KisanKang
@KisanKang 3 жыл бұрын
@@rebazjabar7660 thank you for asking me bro!!! I didn't know detail how to use git. I found to check the file which had been commited before !! There are too many things that i have to learn more TT
@thyagosouza8087
@thyagosouza8087 2 жыл бұрын
How to fix it in SelectedCategoryPage? got error! return GestureDetector( onTap: () { Navigator.push( context, MaterialPageRoute( builder: (context) => DetailsPage( subCategory: this.selectedCategory.subCategories[index] ) )); },
@sofsof2009
@sofsof2009 2 жыл бұрын
Me too any help ???
@ehei_mni
@ehei_mni Жыл бұрын
Any solutions yet?
@vukasinsl1
@vukasinsl1 Жыл бұрын
I did this : return GestureDetector( onTap: () { //print(selectedCategory.subCategories![inde].name); Navigator.push( context, MaterialPageRoute( builder: (context) => DetailsPage( subCategoryModel: selectedCategory .subCategories![index] as SubCategoryModel, ),
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 24 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 12 МЛН
Gridview in Flutter with Product Card Design | Flutter Gridview 2023
27:02
All useEffect Mistakes Every Junior React Developer Makes
22:23
8 AI Tools You Won't Believe Are Free
8:06
Agnes Bilik
Рет қаралды 2,3 М.
REST API with GetX | Flutter tutorial | Shopping app
26:43
This Folder Structure Makes Me 100% More Productive
24:36
Web Dev Simplified
Рет қаралды 44 М.