flu_dingtalk 1.1.0
flu_dingtalk: ^1.1.0 copied to clipboard
DingTalk SDK flutter plugin. DingTalk achieving the function of login and sharing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flu_dingtalkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flu_dingtalk: ^1.1.0Alternatively, 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:flu_dingtalk/flu_dingtalk.dart';