hybrid_ui

The core library of the Hybrid SDK.

Getting Started

Add hybrid_ui as a dependency in your pubspec.yaml file.

dependencies:
  hybrid_ui: ^<latest-version>

Or, run this command in your project folder.

flutter pub add hybrid_ui

Topics

  1. Render a widget to memory.
final memory = await renderWidgetToMemory(
  context: context,
  widget: widget,
  size: size,
  format: format,
);

Check the example to see how to use the corresponding API.

Libraries

hybrid_ui