auto_adjust 0.0.2 copy "auto_adjust: ^0.0.2" to clipboard
auto_adjust: ^0.0.2 copied to clipboard

A flutter package that automatically adjust your sizes using the media quary to fit any screen size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_adjust

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

dependencies:
  auto_adjust: ^0.0.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:auto_adjust/auto_adjust.dart';
2
likes
140
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package that automatically adjust your sizes using the media quary to fit any screen size.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on auto_adjust