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

A new Flutter project.

staggered_grid_view_flutter #

A new Flutter project.

Getting started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  staggered_grid_view_flutter: <latest_version>
copied to clipboard

In your library add the following import:

import 'package:staggered_grid_view_flutter/widgets/staggered_grid_view.dart';
copied to clipboard

For help getting started with Flutter, view the online documentation.

Example #

Screenshot_Example

new StaggeredGridView.count(
          crossAxisCount: 4,
          staggeredTiles: _staggeredTiles,
          mainAxisSpacing: 4,
          crossAxisSpacing: 4,
          padding: const EdgeInsets.all(4),
          children: _tiles,
        ));
copied to clipboard
33
likes
120
points
1.83k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

A new Flutter project.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on staggered_grid_view_flutter