Skip to main content

Getting Started

To start using Live Cells with Flutter run:

flutter pub add live_cells

To use Live Cells in a dart only project run:

dart pub add live_cells_core

Now your project is set up to use Live Cells. Follow the remainder of the documentation for an introduction on how to use the library and an outline of its features.

If you've already gone through the documentation and need more information about a particular aspect of the library, visit the API Reference.