Cirilla Documentations

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

Register product custom widget

Requirement

  • Plugin App builder v4.0.0 or above
  • Cirilla v4.0.0 or above

Build widget in app

Open file: cirilla/lib/register_product_custom_widget.dart

Add the code snippets to the registerProductCustomWidget function:

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

Setting App builder

In addition to the normal values ​​of the block, there will be the following additional values:

Video Document

Was this article helpful to you? Yes No

How can we help?