Installation
Add the Community package to your Flutter project:
flutter pub add flutter_data_components
Import the public API from the package entry point:
import 'package:flutter_data_components/fdc.dart';
FD Components is built around a dataset-first workflow. A typical screen creates or receives an FdcDataSet, opens or loads its data, and binds the same dataset to a grid or data-aware editors.
The next step creates a small typed dataset in local memory so the lifecycle is easy to see before introducing adapters.
Next: 5-Minute Quickstart
For edition status and Pro preview guidance, see Editions and Availability.