selection_item 0.0.1 copy "selection_item: ^0.0.1" to clipboard
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_item

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

dependencies:
  selection_item: ^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: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';
0
likes
120
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package is helping you to show a list of custom object and let user pick one or multiple items form it

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on selection_item