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

A responsive Wrap widget for Flutter that automatically adjusts item layout based on available width.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_wrap

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

dependencies:
  responsive_wrap: ^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:responsive_wrap/responsive_wrap.dart';
1
likes
160
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A responsive Wrap widget for Flutter that automatically adjusts item layout based on available width.

Homepage
Repository (GitHub)
View/report issues

Topics

#responsive #layout #wrap #dashboard #flutter-web

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_wrap