screen_autosize 0.0.1+2 copy "screen_autosize: ^0.0.1+2" to clipboard
screen_autosize: ^0.0.1+2 copied to clipboard

A low-cost Flutter screen adaptation solution (类似今日头条屏幕适配方案,一个极低成本的 Flutter 屏幕适配方案)。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_autosize

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

dependencies:
  screen_autosize: ^0.0.1+2

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_autosize/screen_autosize.dart';
14
likes
25
pub points
37%
popularity

Publisher

unverified uploader

A low-cost Flutter screen adaptation solution (类似今日头条屏幕适配方案,一个极低成本的 Flutter 屏幕适配方案)。

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on screen_autosize