sized_builder 0.0.1
sized_builder: ^0.0.1 copied to clipboard
Used to calculate the size of sub-components in real time and return the size results through callback functions
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sized_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sized_builder: ^0.0.1Alternatively, 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:sized_builder/sized_builder.dart';