flexify 1.0.0
flexify: ^1.0.0 copied to clipboard
This Flutter package makes it easy to adapt your applications to different screen sizes. Simple to use, it offers developers the ability to automatically adjust their interfaces according to device di [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flexifyWith Flutter:
$ flutter pub add flexifyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flexify: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flexify/flexify.dart';