selection_item 0.0.1
selection_item: ^0.0.1 copied to clipboard
This package is helping you to show a list of custom object and let user pick one or multiple items form it
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add selection_itemThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
selection_item: ^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:selection_item/button.dart';
import 'package:selection_item/example/example.dart';
import 'package:selection_item/example/test_model.dart';
import 'package:selection_item/model/box_decoration.dart';
import 'package:selection_item/model/modal_decoration.dart';
import 'package:selection_item/select_list_widget.dart';
import 'package:selection_item/select_single_widget.dart';
import 'package:selection_item/selection.dart';