auto_adjust 0.0.2
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_adjustThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
auto_adjust: ^0.0.2Alternatively, 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';