hybrid_ui

Last updated:

0 purchases

hybrid_ui Image
hybrid_ui Images
Add to Cart

Description:

hybrid ui

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>
copied to clipboard
Or, run this command in your project folder.
flutter pub add hybrid_ui
copied to clipboard
Topics #

Render a widget to memory.

final memory = await renderWidgetToMemory(
context: context,
widget: widget,
size: size,
format: format,
);
copied to clipboard
Check the example to see how to use the corresponding API.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.