Flutter GridView.builder : Create Dynamic Grids Like a Pro!

  Рет қаралды 3,092

Flutter Teacher

Flutter Teacher

Күн бұрын

This video gives complete and detailed guide to Flutter GridView.builder widget, which is the most widely used GridView in Flutter.
This video has covered almost all aspect of Flutter GridView.builder widget, that you need to master over the GridView.builder. I am 100% sure that, I watching this video you neither need to refer Flutter documentation nor need to watch any other video related to this topic.
The video covers the following topics:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
What is GridView.builder and why & when it is useful?
How to create a GridView.builder widget
Essential properties of GridView.builer itemCount, itemBuilder & griDelegate
Concept of SliverGridDeleageWithFixedAxisCount
How to use the childAspectRatio property to control the size of the tiles
How to use the padding and margin properties to add spacing around the grid
How to change the scroll direction of the grid
How to reverse the order of the tiles in the grid
How to use the catchExtent property to improve the performance of the grid
Whether you're a Flutter beginner or looking to enhance your skills, this video is tailored to provide you with a point-to-point understanding of the GridView.builder widget. 🌐 Don't miss out on the chance to level up your Flutter expertise!
👍 If you find this video helpful, don't forget to like, share, and subscribe for more Flutter tutorials! 🚀
Timestamp
- - - - - - - - - - - - - - - - - - - - - - - -
00:00 - What is GridView.builder,why & when to use in Flutter apps
00:58 - Use of Local images to mimic dynamic data
01:05 - Use of ItemLength property in GridView.builder
01:24 - How to use itemBuilder for GridView.builder
01:51 - Use of gridDelegate in GridView.builder
02:07 - When & how to use SliverGridDeleageWithFixedAxisCount
02:40 - Use of crossAxis count
03:08 - Applying spacing using mainAxisSpcing & crossAxisSpacing
03:43 - Control tile height using childApsectRatio & mainAxisExtent
04:56 - When & how to use SliverGridDeleageWithMaxCrossAxisExtent
06:16 - Applying padding to GridView.builder
06:30 - Changing the direction of scroll using scrollDirection property
06:55 - Use of reverse property
07:08 - Use of physics in GridView.builder
07:42 - Controlling the height of tile using childAspectRatio
07:49 - Use of cacheExtent in GridView.extent
Watch Now
- - - - - - - - - - - -
Master Flutter Gridview.extent - • Master Flutter Gridvie...
Mastering Flutter GridView Widget : • Mastering Flutter Grid...
Flutter GridView.count : • Flutter GridView.count...
Container widget in Flutter : • Container widget in Fl...
Custom Colors in Flutter : • Custom Colors in Flutt...
Padding widget in Flutter : • Padding widget in Flut...
Mastering Flutter ScrollController : • Mastering Flutter Scro...
Flutter Scrollbar Widget : • Flutter Scrollbar Widg...
Image Widget in Flutter : • Image Widget in Flutte...
Playlists
- - - - - - - - - - - -
Flutter Scrollable Widgets : • Flutter Scrollable Wid...
Flutter Basics :
• Flutter Basics
Flutter Tutorial Playlist:
• Flutter Widgets
Dart Tutorial Playlist :
• Dart Tutorial
Social Links
- - - - - - - - - - - - -
Subscribe Flutter Teacher : bit.ly/3eCECkl
Facebook Page : bit.ly/3DjZ83B
GitHub : github.com/flutter-teacher

Пікірлер: 8
@FlutterTeacher
@FlutterTeacher 6 ай бұрын
Timestamp - - - - - - - - - - - - - - - - - - - - - - - - 00:00 - What is GridView.builder,why & when to use in Flutter apps 00:58 - Use of Local images to mimic dynamic data 01:05 - Use of ItemLength property in GridView.builder 01:24 - How to use itemBuilder for GridView.builder 01:51 - Use of gridDelegate in GridView.builder 02:07 - When & how to use SliverGridDeleageWithFixedAxisCount 02:40 - Use of crossAxis count 03:08 - Applying spacing using mainAxisSpcing & crossAxisSpacing 03:43 - Control tile height using childApsectRatio & mainAxisExtent 04:56 - When & how to use SliverGridDeleageWithMaxCrossAxisExtent 06:16 - Applying padding to GridView.builder 06:30 - Changing the direction of scroll using scrollDirection property 06:55 - Use of reverse property 07:08 - Use of physics in GridView.builder 07:42 - Controlling the height of tile using childAspectRatio 07:49 - Use of cacheExtent in GridView.extent Watch Now - - - - - - - - - - - - Master Flutter Gridview.extent - kzbin.info/www/bejne/iYbRmYF5mpKphaM Mastering Flutter GridView Widget : kzbin.info/www/bejne/ZnPVqYWMftClfJo Flutter GridView.count : kzbin.info/www/bejne/eHWwm4iGl95-p5I Container widget in Flutter : kzbin.info/www/bejne/jKaXk5KNd76co7M Custom Colors in Flutter : kzbin.info/www/bejne/n2e3dWimbZaLb80 Padding widget in Flutter : kzbin.info/www/bejne/mKKWaJh8l7eAmZI Mastering Flutter ScrollController : kzbin.info/www/bejne/o6WwaI2ogbB7e6M Flutter Scrollbar Widget : kzbin.info/www/bejne/nWixZKCdhMZggck Image Widget in Flutter : kzbin.info/www/bejne/pp3IaqiBor56fNk Playlists - - - - - - - - - - - - Flutter Scrollable Widgets : kzbin.info/aero/PLeKQz1VjpjFold8Fas1SSAA0_38PoHrX4 Flutter Basics : kzbin.info/aero/PLeKQz1VjpjFpWv4h68n2xohw9m6t7htSS Flutter Tutorial Playlist: kzbin.info/aero/PLeKQz1VjpjFq3vbq3Hvl1866nsmAQdzUo Dart Tutorial Playlist : kzbin.info/aero/PLeKQz1VjpjFqqXLvQ8rTnYxZcUqEGA0dm Social Links - - - - - - - - - - - - - Subscribe Flutter Teacher : bit.ly/3eCECkl Facebook Page : bit.ly/3DjZ83B GitHub : github.com/flutter-teacher
@nikhilamr690
@nikhilamr690 2 ай бұрын
Very underrated channel for real
@DhaarmicK
@DhaarmicK 6 ай бұрын
Suppose if i return a container in gridview builder, how to make that container in a way that it changes or adjusts its size based on it's children. Suppose there are multiple children in that container including image, a button, a row, a text.
@FlutterTeacher
@FlutterTeacher 6 ай бұрын
GridView adjusts the tiles & internal components automatically to fix for best size. I request you to practice with different UIs to solve your problem. All the best!
@DhaarmicK
@DhaarmicK 6 ай бұрын
@@FlutterTeacher No, i get the overflow error from bottom of a container
@FlutterTeacher
@FlutterTeacher 6 ай бұрын
Please make use of childAspectRatio or mainAxisExtent to increase height of your container. I have explained them in video also.
@DhaarmicK
@DhaarmicK 6 ай бұрын
@@FlutterTeacher i did use mainAxisExtent, but in some container the image is big so again overflow error shows for that particular container
@FlutterTeacher
@FlutterTeacher 6 ай бұрын
Wrap image within FittedBox widget, video is available in my channel.
Flutter Basics # 13 | How to use Grid View builder
12:04
Learn With Waleed
Рет қаралды 8 М.
Best KFC Homemade For My Son #cooking #shorts
00:58
BANKII
Рет қаралды 69 МЛН
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 6 МЛН
Mastering Flutter GridView Widget: A Simple and Detailed Guide
7:34
Flutter Teacher
Рет қаралды 3,2 М.
Listview builder Flutter - Optimized, on-demand dynamic list of items
10:17
Flutter Tutorial - GridView VS Staggered GridView | With Dynamic Height
10:39
Apple SignIn With Firebase Auth - Flutter Auth Tutorial
3:29
The Cris Code
Рет қаралды 230
GRIDVIEW & BUILDER • Flutter Widget of the Day #07
4:03
Mitch Koko
Рет қаралды 45 М.
Flutter Scroll on Tap - Simple Techniques for Seamless User Interaction
8:53
Flutter GridView.count Tutorial: The ULTIMATE Guide
5:34
Flutter Teacher
Рет қаралды 690
Flutter ListTile widget - Complete guide in one video
8:36
Flutter Teacher
Рет қаралды 6 М.
TabBar in Flutter with Scrolling Categories | Flutter eCommerce App
20:04
Best KFC Homemade For My Son #cooking #shorts
00:58
BANKII
Рет қаралды 69 МЛН