screen_adaptation 0.2.1 copy "screen_adaptation: ^0.2.1" to clipboard
screen_adaptation: ^0.2.1 copied to clipboard

A flutter plugin for adapting screen and font size.Rotation automatically updates the UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_adaptation

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

dependencies:
  screen_adaptation: ^0.2.1

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:screen_adaptation/screen_adaptation.dart';
4
likes
130
pub points
29%
popularity

Publisher

unverified uploader

A flutter plugin for adapting screen and font size.Rotation automatically updates the UI.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on screen_adaptation