responsive_gridview 1.0.0 copy "responsive_gridview: ^1.0.0" to clipboard
responsive_gridview: ^1.0.0 copied to clipboard

Responsive GridViw For All Platform

Flutter package to create Grid View with custom child count and responsive.

Features #

Custom GridView, Responsive GirdView

Getting started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  custom_gridview: <latest_version>

In your library add the following import:

import 'package:custom_gridview/custom_gridview.dart';