layout_pro 0.0.4 copy "layout_pro: ^0.0.4" to clipboard
layout_pro: ^0.0.4 copied to clipboard

A Flutter package that simplifies creating responsive grid views. It offers a set of methods to generate grid views with flexible configurations for various screen sizes. Easily adapt your grid layout [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layout_pro

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

dependencies:
  layout_pro: ^0.0.4

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:layout_pro/grid_view.dart';
import 'package:layout_pro/responsive_layout.dart';
import 'package:layout_pro/responsive_widget.dart';
6
likes
140
points
233
downloads

Publisher

verified publisherhamadanwar.me

Weekly Downloads

A Flutter package that simplifies creating responsive grid views. It offers a set of methods to generate grid views with flexible configurations for various screen sizes. Easily adapt your grid layouts for mobile devices, tablets, desktops, and large screens, enhancing the responsiveness of your Flutter app's UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on layout_pro