cupertino_lists_enhanced 0.0.1
cupertino_lists_enhanced: ^0.0.1 copied to clipboard
Enhanced cupertino lists
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cupertino_lists_enhancedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cupertino_lists_enhanced: ^0.0.1Alternatively, 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:cupertino_lists_enhanced/list_tile.dart';
import 'package:cupertino_lists_enhanced/multi_selection.dart';
import 'package:cupertino_lists_enhanced/selection.dart';
import 'package:cupertino_lists_enhanced/selection_item.dart';
import 'package:cupertino_lists_enhanced/selection_tile.dart';
import 'package:cupertino_lists_enhanced/single_selection.dart';
import 'package:cupertino_lists_enhanced/widget_location.dart';