adaptive_design 1.0.0 copy "adaptive_design: ^1.0.0" to clipboard
adaptive_design: ^1.0.0 copied to clipboard

A Flutter package for creating adaptive and responsive UI designs across different screen sizes and orientations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_design

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

dependencies:
  adaptive_design: ^1.0.0

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:adaptive_design/adaptive_design.dart';
2
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating adaptive and responsive UI designs across different screen sizes and orientations.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on adaptive_design