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

Provide section list view which include alphabet and refresh, you can fully custom your control

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add section_view

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

dependencies:
  section_view: ^1.0.1

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_view/section_view.dart';
31
likes
130
pub points
87%
popularity

Publisher

unverified uploader

Provide section list view which include alphabet and refresh, you can fully custom your control

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, scrollable_positioned_list

More

Packages that depend on section_view