flexify 1.0.5 copy "flexify: ^1.0.5" to clipboard
flexify: ^1.0.5 copied to clipboard

A Flutter package for adapting apps to various screen sizes, ensuring a great look on all devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flexify

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

dependencies:
  flexify: ^1.0.5

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:flexify/flexify.dart';
45
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for adapting apps to various screen sizes, ensuring a great look on all devices.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flexify