section_list_view 0.1.2 copy "section_list_view: ^0.1.2" to clipboard
section_list_view: ^0.1.2 copied to clipboard

A ListView like iOS UITableView with Sticky Seciton Header Footer

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add section_list_view

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

dependencies:
  section_list_view: ^0.1.2

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:section_list_view/section_list_view/x_section_list_view.dart';
import 'package:section_list_view/section_list_view/x_section_widget.dart';
import 'package:section_list_view/x_section_list_view_header.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A ListView like iOS UITableView with Sticky Seciton Header Footer

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, sticky_header_footer

More

Packages that depend on section_list_view