flutter_data_components 1.0.8 copy "flutter_data_components: ^1.0.8" to clipboard
flutter_data_components: ^1.0.8 copied to clipboard

High-performance Flutter data grid and RAD toolkit for CRUD apps, with datasets, typed fields, validation, editors, filtering, sorting, paging, and export.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_data_components

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

dependencies:
  flutter_data_components: ^1.0.8

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:flutter_data_components/fdc.dart';
import 'package:flutter_data_components/fdc_app.dart';
import 'package:flutter_data_components/fdc_edit.dart';
import 'package:flutter_data_components/fdc_export.dart';
import 'package:flutter_data_components/fdc_ext.dart';
2
likes
160
points
622
downloads

Documentation

Documentation
API reference

Publisher

verified publisherfdcomponents.com

Weekly Downloads

High-performance Flutter data grid and RAD toolkit for CRUD apps, with datasets, typed fields, validation, editors, filtering, sorting, paging, and export.

Homepage
Repository (GitHub)
View/report issues

Topics

#data-grid #crud #form #table #dataset

License

BSD-3-Clause (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_data_components