kemo_dimensions 0.0.1
kemo_dimensions: ^0.0.1 copied to clipboard
this package is for make your app responsive to any change in screen resolution
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kemo_dimensionsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kemo_dimensions: ^0.0.1Alternatively, 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:kemo_dimensions/dimensions.dart';