ajit_listview 1.0.0 copy "ajit_listview: ^1.0.0" to clipboard
ajit_listview: ^1.0.0 copied to clipboard

A universal, adaptive list view widget with automatic layout switching, skeleton loading, drag & drop, A-Z jump bar, selection modes, swipe actions, and responsive design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ajit_listview

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

dependencies:
  ajit_listview: ^1.0.0

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:ajit_listview/advanced_list_view.dart';
import 'package:ajit_listview/core/adaptive_layout_engine.dart';
import 'package:ajit_listview/core/selection_manager.dart';
import 'package:ajit_listview/utils/layout_utils.dart';
import 'package:ajit_listview/utils/responsive_breakpoints.dart';
import 'package:ajit_listview/widgets/index_bar.dart';
import 'package:ajit_listview/widgets/responsive_item_wrapper.dart';
import 'package:ajit_listview/widgets/skeleton_item.dart';
0
likes
150
points
52
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A universal, adaptive list view widget with automatic layout switching, skeleton loading, drag & drop, A-Z jump bar, selection modes, swipe actions, and responsive design.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ajit_listview