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.
Libraries
- Optional Flutter widgets for Share Bridge share sheets and grids.