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

Responsive Smart Grid is a Flutter package that provides a dynamic, adjustable grid layout for your applications. It allows developers to easily create grids with customizable spacing, decorations, pa [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_smart_grid

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

dependencies:
  responsive_smart_grid: ^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_smart_grid/responsive_smart_grid.dart';
15
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Responsive Smart Grid is a Flutter package that provides a dynamic, adjustable grid layout for your applications. It allows developers to easily create grids with customizable spacing, decorations, padding, and transformations, adapting seamlessly to different screen sizes and use cases.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on responsive_smart_grid