intrinsic_dimension 0.3.1 copy "intrinsic_dimension: ^0.3.1" to clipboard
intrinsic_dimension: ^0.3.1 copied to clipboard

A widget that offers the dimensions (width and height) and the start offset of the widget you return from a builder callback function.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intrinsic_dimension

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  intrinsic_dimension: ^0.3.1

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:intrinsic_dimension/intrinsic_dimension.dart';
16
likes
140
pub points
86%
popularity

Publisher

verified publishernetwriper.com

A widget that offers the dimensions (width and height) and the start offset of the widget you return from a builder callback function.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on intrinsic_dimension