share_bridge_widgets 0.1.0-dev.4
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 #
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.