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

RAD data components for Flutter business applications, including datasets, typed fields, grid and editors.

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.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: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';
1
likes
160
points
41
downloads

Documentation

API reference

Publisher

verified publisherfdcomponents.com

Weekly Downloads

RAD data components for Flutter business applications, including datasets, typed fields, grid and editors.

Homepage
Repository (GitHub)
View/report issues

Topics

#crud #rad #components #dataset #data-grid

License

BSD-3-Clause (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_data_components