adaptive_components 0.0.10 copy "adaptive_components: ^0.0.10" to clipboard
adaptive_components: ^0.0.10 copied to clipboard

A Flutter package to implement responsive layouts in Material Design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_components

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

dependencies:
  adaptive_components: ^0.0.10

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_components/adaptive_components.dart';
93
likes
140
pub points
92%
popularity
screenshot

Publisher

verified publishermaterial.io

A Flutter package to implement responsive layouts in Material Design.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

adaptive_breakpoints, adaptive_navigation, flutter

More

Packages that depend on adaptive_components