Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. Advanced
  5. Register custom widgets

Register custom widgets

Requirement

  • Cirilla v3.9.0 or above

Install widget

Open file: cirilla/lib/register_custom_widgets.dart

Add the code snippets to the registerCustomWidgets function:

if (key == "demo") {
  return Text("Custom widget demo");
}

Video Document

Was this article helpful to you? Yes No

How can we help?