share_bridge_qq_ios 0.1.0-dev.4
share_bridge_qq_ios: ^0.1.0-dev.4 copied to clipboard
iOS federated implementation of share_bridge_qq using TencentOpenAPI for QQ and QZone sharing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add share_bridge_qq_iosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
share_bridge_qq_ios: ^0.1.0-dev.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:share_bridge_qq_ios/share_bridge_qq_ios.dart';