Master Flutter Gridview.extent: Everything You Need To Know!

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 3

  • @FlutterTeacher
    @FlutterTeacher  10 месяцев назад

    Timestamp
    - - - - - - - - - - - - - - - - - - - - - - - -
    00:00 - What is GridView.extent & when to use in Flutter apps
    00:51 - Practical use of GridView.extent with maxCrossAxisExtent
    02:22 - Understanding GridView.extent deeply with dartDevtool
    04:24 - Main axis and cross axis spacing for GridView.extent
    04:44 - Use of padding in GridView.extent
    04:54 - Changing the direction of scroll using scrollDirection property
    05:12 - Use of reverse property
    05:36 - Controlling the height of tile using childAspectRatio
    06:39 - Use of cacheExtent in GridView.extent
    Playlists
    - - - - - - - - - - - -
    Flutter Scrollable Widgets : ruclips.net/p/PLeKQz1VjpjFold8Fas1SSAA0_38PoHrX4
    Flutter Basics :
    ruclips.net/p/PLeKQz1VjpjFpWv4h68n2xohw9m6t7htSS
    Flutter Tutorial Playlist:
    ruclips.net/p/PLeKQz1VjpjFq3vbq3Hvl1866nsmAQdzUo
    Dart Tutorial Playlist :
    ruclips.net/p/PLeKQz1VjpjFqqXLvQ8rTnYxZcUqEGA0dm
    Social Links
    - - - - - - - - - - - - -
    Subscribe Flutter Teacher : bit.ly/3eCECkl
    Facebook Page : bit.ly/3DjZ83B
    GitHub : github.com/flutter-teacher

  • @user-ferdaus-hossan
    @user-ferdaus-hossan 2 месяца назад

    good video

  • @anthonymde908
    @anthonymde908 5 месяцев назад +1

    Thank you for the tutoriel!
    Is there any way to set the height of each tile to wrap its content? I saw the StaggeredGridView library, is there any native way to do it?