omni_pixel 0.1.0 copy "omni_pixel: ^0.1.0" to clipboard
omni_pixel: ^0.1.0 copied to clipboard

Figma-first responsive sizing for Flutter. Register the device frames your designers use, then write 48.opx to get pixel-perfect scaling on any screen.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add omni_pixel

With Flutter:

 $ flutter pub add omni_pixel

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

dependencies:
  omni_pixel: ^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:omni_pixel/omni_pixel.dart';
3
likes
0
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

Figma-first responsive sizing for Flutter. Register the device frames your designers use, then write 48.opx to get pixel-perfect scaling on any screen.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on omni_pixel