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 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.1

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';
1
likes
0
points
150
downloads

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