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

Determines the physical 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.3.0

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
150
points
118
downloads
screenshot

Publisher

verified publisherbent.party

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#layout #device #physical

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on millimeters