hybrid_ui 0.0.1 copy "hybrid_ui: ^0.0.1" to clipboard
hybrid_ui: ^0.0.1 copied to clipboard

The ui library of the Hybrid SDK.

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.

1
likes
140
points
18
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

The ui library of the Hybrid SDK.

Repository (GitHub)
View/report issues

Topics

#ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hybrid_ui