share_bridge_widgets 0.1.0-dev.4 copy "share_bridge_widgets: ^0.1.0-dev.4" to clipboard
share_bridge_widgets: ^0.1.0-dev.4 copied to clipboard

Optional Flutter share sheet and grid widgets built on share_bridge_core for custom social sharing interfaces.

share_bridge_widgets #

Pub Package License

Chinese

Optional Flutter UI components for Share Bridge.

This package depends only on share_bridge_core. It does not depend on WeChat, QQ, or any native SDK.

Example #

await ShareBridgeSheet.show(
  context: context,
  manager: manager,
  content: const ShareContent.webpage(
    title: 'Title',
    description: 'Description',
    url: 'https://example.com',
  ),
);

If your app already has its own dialog, embed ShareBridgeGrid directly.

0
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Optional Flutter share sheet and grid widgets built on share_bridge_core for custom social sharing interfaces.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #share #widget #social-sharing

License

MIT (license)

Dependencies

flutter, share_bridge_core, simple_icons

More

Packages that depend on share_bridge_widgets