responsive_size_helper 1.0.0 copy "responsive_size_helper: ^1.0.0" to clipboard
responsive_size_helper: ^1.0.0 copied to clipboard

A Flutter package that helps you create responsive layouts by converting Figma design dimensions to device-specific dimensions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_size_helper

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

dependencies:
  responsive_size_helper: ^1.0.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:responsive_size_helper/responsive_size_helper.dart';
0
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that helps you create responsive layouts by converting Figma design dimensions to device-specific dimensions.

Topics

#responsive #ui #layout #design

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_size_helper