smart_measurer 0.1.0 copy "smart_measurer: ^0.1.0" to clipboard
smart_measurer: ^0.1.0 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 Dart:

 $ dart pub add smart_measurer

With Flutter:

 $ flutter pub add smart_measurer

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

dependencies:
  smart_measurer: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
0
downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_measurer