grid_lookup 0.0.2 copy "grid_lookup: ^0.0.2" to clipboard
grid_lookup: ^0.0.2 copied to clipboard

A Flutter package providing a dynamic and flexible grid lookup widget for efficient data selection in forms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add grid_lookup

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

dependencies:
  grid_lookup: ^0.0.2

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_lookup/grid_lookup.dart';
1
likes
140
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing a dynamic and flexible grid lookup widget for efficient data selection in forms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, syncfusion_flutter_datagrid

More

Packages that depend on grid_lookup