jiguang_auth 3.0.2 copy "jiguang_auth: ^3.0.2" to clipboard
jiguang_auth: ^3.0.2 copied to clipboard

极光安全认证 Flutter 插件(Android & iOS)

源于极光官方 Flutter 插件

极光安全认证 #

安装 #

在工程 pubspec.yaml 中加入 dependencies

  • github 集成
dependencies:
  jverify:
    git:
      url: https://github.com/TeHeal/jiguang_auth.git
      ref: main
  • pub 集成
dependencies:
  jiguang_auth: 3.0.2 

配置 #

Android:

/android/app/build.gradle 中添加下列代码:

android: {
    manifestPlaceholders = [
            // 设置manifest.xml中的变量
            JPUSH_PKGNAME: applicationId,
            JPUSH_APPKEY : "1b5965ba23557bcf384e0b08",  //  JPush 上注册的包名对应的 AppKey.
            JPUSH_CHANNEL: "default_developer", // 默认值即可.
    ]
  }

使用 #

import 'package:jiguang_auth/jiguang_auth.dart';

更新日志

1
likes
125
points
17
downloads

Publisher

verified publisherteheal.com

Weekly Downloads

极光安全认证 Flutter 插件(Android & iOS)

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on jiguang_auth

Packages that implement jiguang_auth