efficient_intrinsic_gridview 0.0.5-unstable-release
efficient_intrinsic_gridview: ^0.0.5-unstable-release copied to clipboard
This widget calculates intrinsic max size (or mainAxisExtend) of every crossAxis item on a GridView. So you are not stuck with just one mainAxisExtend. And it does that very efficiently, only renderin [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add efficient_intrinsic_gridviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
efficient_intrinsic_gridview: ^0.0.5-unstable-releaseAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:efficient_intrinsic_gridview/efficient_intrinsic_gridview.dart';