onyxsio_grid_view 1.0.1 copy "onyxsio_grid_view: ^1.0.1" to clipboard
onyxsio_grid_view: ^1.0.1 copied to clipboard

outdated

Provides a Flutter grid layout.

Onyxsio Grid View #

<<<<<<< HEAD

Provides a Flutter grids layout. #

Provides a Flutter grids layout.

Getting started #

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

8de89f2a5d5b13ec6e9ea31412a4ae25e080352b

dependencies:
  onyxsio_grid_view: <latest_version>

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

dependencies:
  onyxsio_grid_view: <latest_version>

=======

8de89f2a5d5b13ec6e9ea31412a4ae25e080352b In your library add the following import:

import 'package:onyxsio_grid_view/onyxsio_grid_view.dart';

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

Features #

This layout facilitates the browsing of uncropped peer content. Container heights are sized based on the widget size. Staired Grid Layout

Usage #

Below you'll find the code to create this grid layout:

OnyxsioGridView.countBuilder(
        padding: EdgeInsets.all(8),
        padding: const EdgeInsets.only(right: 12),
        itemCount: 20,
        physics: const BouncingScrollPhysics(),
        staggeredTileBuilder: (index) => const StaggeredTile.fit(2),
        crossAxisCount: 4, addAutomaticKeepAlives: false,
        mainAxisSpacing: 10,
        crossAxisSpacing: 10,
        shrinkWrap: true,
        itemBuilder: (context, index) => OnyxsioGridTile(
          index: index,
          heightList: [300, 220, 220, 520],
          child: child,
        ),
      )

Additional information #

I'm working on my packages on my free-time, but I don't have as much time as I would. If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.

Contributions #

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.

<<<<<<< HEAD

======= issue: https://github.com/sudeshnb/onyxsio_grid_view/issues pr:https://github.com/sudeshnb/onyxsio_grid_view/pulls flutter_documentation: https://docs.flutter.dev/ pub: https://pub.dartlang.org/packages/onyxsio_grid_view staired_preview: https://user-images.githubusercontent.com/33403844/214500635-7860d799-67c7-4f98-b031-725bc0e1922c.png

8de89f2a5d5b13ec6e9ea31412a4ae25e080352b

12
likes
0
points
10
downloads

Publisher

verified publishersudeshnb.xyz

Weekly Downloads

Provides a Flutter grid layout.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on onyxsio_grid_view