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

A Flutter package that automatically switches between list, grid, masonry, and staggered layouts with smooth animations based on screen size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_layout_switcher

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

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

Publisher

verified publisheranantyalabs.com

Weekly Downloads

A Flutter package that automatically switches between list, grid, masonry, and staggered layouts with smooth animations based on screen size.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_staggered_grid_view

More

Packages that depend on smart_layout_switcher