efficient_intrinsic_gridview 0.0.5-unstable-release copy "efficient_intrinsic_gridview: ^0.0.5-unstable-release" to clipboard
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_gridview

This 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-release

Alternatively, 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';
2
likes
125
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

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 rendering the element that is being displayed to the user, without using expensive IntrinsicHeight or IntrinsicWidth widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on efficient_intrinsic_gridview