millimeters 0.1.1 copy "millimeters: ^0.1.1" to clipboard
millimeters: ^0.1.1 copied to clipboard

outdated

Determines the screen size in millimeters so that you can match Widgets to the real world.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add millimeters

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

dependencies:
  millimeters: ^0.1.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:millimeters/millimeters.dart';
8
likes
0
points
89
downloads

Publisher

verified publisherbent.party

Weekly Downloads

Determines the screen size in millimeters so that you can match Widgets to the real world.

Repository (GitHub)
View/report issues

Topics

#layout #device #physical

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on millimeters

Packages that implement millimeters