size_finder 0.0.1 copy "size_finder: ^0.0.1" to clipboard
size_finder: ^0.0.1 copied to clipboard

A simple Flutter widget to find the size of your widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add size_finder

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

dependencies:
  size_finder: ^0.0.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:size_finder/size_finder.dart';
1
likes
150
points
37
downloads

Publisher

verified publisherauliyaa.com

Weekly Downloads

A simple Flutter widget to find the size of your widget.

Homepage
Repository (GitHub)
View/report issues

Topics

#size #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mockito

More

Packages that depend on size_finder