sticky_hierarchical_scroll 0.1.3
sticky_hierarchical_scroll: ^0.1.3 copied to clipboard
VSCode-inspired sticky hierarchical scroll view for Flutter. Displays hierarchical data with fixed-height rows and sticky section headers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sticky_hierarchical_scrollThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sticky_hierarchical_scroll: ^0.1.3Alternatively, 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:sticky_hierarchical_scroll/sticky_hierarchical_scroll.dart';