grid_ui 0.1.0 copy "grid_ui: ^0.1.0" to clipboard
grid_ui: ^0.1.0 copied to clipboard

Pre-built UI layer for flutter_grid. Ships FlutterGrid, GridDataTable, GridTheme, GridSlots, built-in cell renderers (badge, avatar, progress, link, money, date, boolean…), toolbar, search, and pagina [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add grid_ui

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

dependencies:
  grid_ui: ^0.1.0

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_ui/grid_ui.dart';
0
likes
130
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pre-built UI layer for flutter_grid. Ships FlutterGrid, GridDataTable, GridTheme, GridSlots, built-in cell renderers (badge, avatar, progress, link, money, date, boolean…), toolbar, search, and pagination widgets.

Homepage
Repository (GitHub)
View/report issues

Topics

#table #grid #data-table #flutter-grid #ui

License

MIT (license)

Dependencies

flutter, grid_core, grid_flutter

More

Packages that depend on grid_ui