sliver_grid_view 0.0.2
sliver_grid_view: ^0.0.2 copied to clipboard
a group grid view, you can set the whole gird-view's header and footer, can set section's header and footer,support click section and scroll to the top, you can set different grid delegate for each section
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sliver_grid_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sliver_grid_view: ^0.0.2Alternatively, 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:sliver_grid_view/sliver_grid_view.dart';