flutter_data_components 1.0.6 copy "flutter_data_components: ^1.0.6" to clipboard
flutter_data_components: ^1.0.6 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 Dart:

 $ dart pub add flutter_data_components

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 dart pub get):

dependencies:
  flutter_data_components: ^1.0.6

Alternatively, your editor might support dart pub get or 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
0
points
622
downloads

Documentation

Documentation

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

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_data_components