flutter_table_list_view 0.0.2 copy "flutter_table_list_view: ^0.0.2" to clipboard
flutter_table_list_view: ^0.0.2 copied to clipboard

A Flutter sticky headers & index ListView。like using UIKit - UITableView.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_table_list_view

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

dependencies:
  flutter_table_list_view: ^0.0.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:flutter_table_list_view/flutter_table_list_view.dart';
1
likes
140
pub points
37%
popularity

Publisher

unverified uploader

A Flutter sticky headers & index ListView。like using UIKit - UITableView.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, scrollable_positioned_list, synchronized

More

Packages that depend on flutter_table_list_view