Joke Collection Website - Blessing messages - Flutter integrated ShareSDK sharing function

Flutter integrated ShareSDK sharing function

These two items need to be used in project sharing and registered in official website.

The following is the official document of official website:

/wiki/ detailed? wiki = ShareSDK _ for _ Flutter & ampid= 14

According to official website's instructions, add the following dependencies to the pubspec.yaml file.

Dependency:

? Sharesdk _ plugin:

The customer service of mobsdk.gradle for Android said that it can be automatically generated, and some parts are not automatically generated. If they are not automatically generated, they need to be added manually and then customized and edited again. Specifically, you can move the files of official website demo directly.

In addition, after manually adding the mobsdk.gradle file, you need to add a reference to mobsdk.gradle in the gradle file.

Application from:' .. /MobSDK.gradle' (added in android{})

In addition, the ios sharesdk_plugin.podspec will be generated automatically, so you can edit it according to official website. This step is a successful reference of sdk.

1. needs to be packaged and signed, otherwise some applications such as WeChat cannot be shared.

2.flutter signature has no shortcut and needs to be generated by command, specifically Baidu!

3. package, trembling at the command line? The apk will be built under the project/build/app/outputs/apk/release/.

The way to run adbinstall tests.