ajit_listview 1.0.0
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_listviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ajit_listview: ^1.0.0Alternatively, 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';