flexify 1.0.0 copy "flexify: ^1.0.0" to clipboard
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 flexify

With Flutter:

 $ flutter pub add flexify

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

dependencies:
  flexify: ^1.0.0

Alternatively, 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';
45
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

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 dimensions. With this package, your app looks great on everything from small phones to large tablets.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flexify