Editions and Availability
FD Components documentation covers both Community and Pro so the programming model can be documented as one coherent system. Pro-only topics are marked with a small PRO badge in the sidebar. Pages that cover both editions are not labeled as Pro-only.
Community
The Community package is publicly available on pub.dev and GitHub. Install it with:
flutter pub add flutter_data_components
Use the public Community entry point:
import 'package:flutter_data_components/fdc.dart';
Community is the stable public starting point for datasets, typed fields and records, local data workflows, grids, editors, validation, filtering, sorting, searching, aggregates, and other capabilities documented without a Pro-only sidebar marker.
Pro preview
The Pro edition is documented as a preview but is not yet publicly available. Pro pages remain visible so teams can evaluate the planned upgrade path and so the architecture is documented consistently, but those pages should not be read as public installation instructions.
When Pro becomes publicly available, Pro features will use the separate package entry point:
import 'package:flutter_data_components_pro/fdc_pro.dart';
Pro-only topics include advanced adapters and enterprise productivity capabilities such as SQLite and JSON/REST adapters, detail rows, range selection, layout persistence, sparkline columns, and advanced export surfaces. These topics carry the PRO marker in the sidebar.
Reading the docs
Start with Community pages for a runnable application today. Treat Pro pages as preview documentation until a public Pro release is announced. The core dataset-first architecture and programming model remain consistent between editions.