smart_measurer 0.1.3 copy "smart_measurer: ^0.1.3" to clipboard
smart_measurer: ^0.1.3 copied to clipboard

Measure a widget's real size and react to it, with frame-accurate precision tracking and a zero-delay, size-aware decoration painter for pure-drawing use cases.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_measurer

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

dependencies:
  smart_measurer: ^0.1.3

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:smart_measurer/smart_measurer.dart';
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Measure a widget's real size and react to it, with frame-accurate precision tracking and a zero-delay, size-aware decoration painter for pure-drawing use cases.

Repository (GitHub)
View/report issues

Topics

#widget #layout #rendering

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_measurer