scaled_app 2.2.0 copy "scaled_app: ^2.2.0" to clipboard
scaled_app: ^2.2.0 copied to clipboard

Scale the entire UI design proportionally, useful when your UI design is fixed-width.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scaled_app

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

dependencies:
  scaled_app: ^2.2.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:scaled_app/scaled_app.dart';
33
likes
140
pub points
90%
popularity
screenshot

Publisher

verified publisherhanshi.tech

Scale the entire UI design proportionally, useful when your UI design is fixed-width.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on scaled_app