Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.