adaptive_sizer 0.0.4 copy "adaptive_sizer: ^0.0.4" to clipboard
adaptive_sizer: ^0.0.4 copied to clipboard

This package will help you to resize app based on scale ratio of design and device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_sizer

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

dependencies:
  adaptive_sizer: ^0.0.4

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:adaptive_sizer/adaptive_sizer.dart';
1
likes
110
pub points
40%
popularity

Publisher

unverified uploader

This package will help you to resize app based on scale ratio of design and device.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on adaptive_sizer