Search code examples
flutterimageflutter-image

How to show list image like zalo in flutter


image description here

How to show list image like zalo in flutter


Solution

  • You can use Staggred Grid View to display the images based on their resolution

    Package Link: https://pub.dev/packages/flutter_staggered_grid_view

    Refer this SO Answer for more precise information