custom_listview 0.0.1 custom_listview: ^0.0.1 copied to clipboard
Introducing a versatile and user-friendly Flutter package for custom lists with advanced searching functionality. Our package provides a streamlined solution for creating lists that can be easily sear [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_listview
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
custom_listview: ^0.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:custom_listview/custom_listview.dart';