grid_selector 1.0.0+1 copy "grid_selector: ^1.0.0+1" to clipboard
grid_selector: ^1.0.0+1 copied to clipboard

A grid selector widget you can show items and select one of them also some items can be disable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add grid_selector

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

dependencies:
  grid_selector: ^1.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:grid_selector/grid_selector.dart';
5
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A grid selector widget you can show items and select one of them also some items can be disable.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on grid_selector