px_responsive 0.0.1
px_responsive: ^0.0.1 copied to clipboard
A powerful tri-tier responsive design system for Flutter. Automatically scales UI elements across mobile, tablet, and desktop based on your Figma/XD design specifications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add px_responsiveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
px_responsive: ^0.0.1Alternatively, 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:px_responsive/px_responsive.dart';