flutter_dingtalk_sdk

Creator: coderz1093

Last updated:

0 purchases

flutter_dingtalk_sdk Image
flutter_dingtalk_sdk Images
Add to Cart

Description:

flutter dingtalk sdk

flutter_dingtalk_sdk #


What is the flutter_dingtalk_sdk #
flutter_dingtalk_sdk Is a Dingtalk nailing SDK plug-in, which allows developers to invoke
Nail the native SDK.
中文请移步此处
Installation #
'flutter_dingtalk_sdk' dependency to the 'pubspec.yaml' file:
dependencies:
flutter_dingtalk_sdk: ^1.0.4
copied to clipboard
android #
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
}
}
copied to clipboard
ios #
In Xcode, select your project Settings, select Targets, and in the Info TAB's URL Type, add "URL Scheme" as the ID of your registered application

URL Types
tencent: identifier=tencent schemes=appId
copied to clipboard
IOS 9 system policy update restricts HTTP protocol access. In addition, applications need to whitelist URL Schemes that will be used in "Info.plist" to check whether other applications are installed or not.
<key>LSApplicationQueriesSchemes</key>
<array>
<string>dingtalk</string>
<string>dingtalk-open</string>
<string>dingtalk-sso</string>
</array>
copied to clipboard
flutter #
Flutter 2.2.2 • channel stable nullsafety
Framework • revision d79295af24 (9 days ago) • 2021-06-11 08:56:01 -0700
Engine • revision 91c9fc8fe0
Tools • Dart 2.13.3
copied to clipboard
Ability to #

Share pictures, text, music, videos, etc.
Nail in.
Open the nail.

Prepare #
flutter_dingtalk_sdk You can do a lot of work but not everything. Before integrating, it's a good idea to read the official documentation.
Register WxAPI #
through FluDing RegisterWxApi.
FluDing.registerApp("dingu6xwfjbghhqtwwzu");
copied to clipboard
For Android, see articleTo see how to get an app signature.
Then you need to know the difference between the app signature for release and debug. If you don't sign it right, you'll get an error errCode = -1.
Ability to document #

Login
Share

For more features, look at the source code.
QA #
These questions may be helpful to you

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.