sdpify 1.0.0
sdpify: ^1.0.0 copied to clipboard
Sdpify - Scalable Density Pixels for Responsive UI
📏 Sdpify - Scalable Density Pixels for Responsive UI #
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.
🚀 Features #
✔ Simple .sdp extension for easy usage
✔ Automatically updates on screen size changes & rotation
✔ Works seamlessly on Android, iOS
✔ No more hardcoded pixel values - true scalability!
📦 Installation #
Add the package to your pubspec.yaml file:
dependencies:
sdpify: ^Latest_Version