sdpify 1.0.2 copy "sdpify: ^1.0.2" to clipboard
sdpify: ^1.0.2 copied to clipboard

Sdpify is a lightweight package that provides Scalable Density Pixels (SDP) to ensure a consistent UI across different screen sizes and densities. It dynamically converts pixel-based values (px) into [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sdpify

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

dependencies:
  sdpify: ^1.0.2

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:sdpify/sdpify.dart';
2
likes
140
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Sdpify is a lightweight package that provides Scalable Density Pixels (SDP) to ensure a consistent UI across different screen sizes and densities. It dynamically converts pixel-based values (px) into scalable dp (sdp), making your app adaptive and responsive on all devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sdpify