layout_pro 0.0.4 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';