Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-fluwx
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
clx-fluwx
Commits
0605eebc
提交
0605eebc
authored
5月 06, 2020
作者:
JarvanMo
浏览文件
操作
浏览文件
下载
差异文件
bump to 2.0.9
上级
3babc05a
84e604b0
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
22 行增加
和
14 行删除
+22
-14
CHANGELOG.md
CHANGELOG.md
+5
-0
build.gradle
android/build.gradle
+5
-5
build.gradle
example/android/build.gradle
+2
-2
Podfile.lock
example/ios/Podfile.lock
+5
-5
FluwxPlugin.m
ios/Classes/FluwxPlugin.m
+3
-0
fluwx.podspec
ios/fluwx.podspec
+1
-1
pubspec.yaml
pubspec.yaml
+1
-1
没有找到文件。
CHANGELOG.md
浏览文件 @
0605eebc
## 2.0.9
*
Android SDK 升级到6.6.4
*
iOS SDK升级到1.8.7.1
*
Kotlin->1.3.72
## 2.0.8+3
*
Merge #218
...
...
android/build.gradle
浏览文件 @
0605eebc
...
...
@@ -2,14 +2,14 @@ group 'com.jarvan.fluwx'
version
'1.0-SNAPSHOT'
buildscript
{
ext
.
kotlin_version
=
'1.3.7
0
'
ext
.
kotlin_version
=
'1.3.7
2
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.6.
1
'
classpath
'com.android.tools.build:gradle:3.6.
3
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
@@ -42,9 +42,9 @@ android {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api
'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:
5.5.8
'
implementation
'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.
3
'
implementation
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.
3
'
api
'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:
6.6.4
'
implementation
'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.
5
'
implementation
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.
5
'
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'top.zibin:Luban:1.1.8'
implementation
'com.squareup.okhttp3:okhttp:4.0.0'
...
...
example/android/build.gradle
浏览文件 @
0605eebc
buildscript
{
ext
.
kotlin_version
=
'1.3.7
0
'
ext
.
kotlin_version
=
'1.3.7
2
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.6.
1
'
classpath
'com.android.tools.build:gradle:3.6.
3
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
example/ios/Podfile.lock
浏览文件 @
0605eebc
...
...
@@ -2,8 +2,8 @@ PODS:
- Flutter (1.0.0)
- fluwx (0.0.1):
- Flutter
- WechatOpenSDK (= 1.8.
6.2
)
- WechatOpenSDK (1.8.
6.2
)
- WechatOpenSDK (= 1.8.
7.1
)
- WechatOpenSDK (1.8.
7.1
)
DEPENDENCIES:
- Flutter (from `Flutter`)
...
...
@@ -21,9 +21,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
fluwx: 0
3e098a7284c556d7b197e0b82984eb0b25183af
WechatOpenSDK:
8b3ba4239193d1112205c139c94e21934e8f369a
fluwx: 0
7a55ed66bf3a4961e836a2a411b02dcada32902
WechatOpenSDK:
6a4d1436c15b3b5fe2a0bd383f3046010186da44
PODFILE CHECKSUM: 3dbe063e9c90a5d7c9e4e76e70a821b9e2c1d271
COCOAPODS: 1.
8.4
COCOAPODS: 1.
9.1
ios/Classes/FluwxPlugin.m
浏览文件 @
0605eebc
...
...
@@ -177,6 +177,9 @@ continueUserActivity:(NSUserActivity *)userActivity
return
[
WXApi
handleOpenUniversalLink
:
userActivity
delegate
:[
FluwxResponseHandler
defaultManager
]];
}
-
(
void
)
scene
:(
UIScene
*
)
scene
continueUserActivity
:(
NSUserActivity
*
)
userActivity
API_AVAILABLE
(
ios
(
13
.
0
)){
[
WXApi
handleOpenUniversalLink
:
userActivity
delegate
:[
FluwxResponseHandler
defaultManager
]];
}
-
(
BOOL
)
handleOpenURL
:
(
NSNotification
*
)
aNotification
{
if
(
handleOpenURLByFluwx
)
{
...
...
ios/fluwx.podspec
浏览文件 @
0605eebc
...
...
@@ -17,7 +17,7 @@ A new Flutter plugin for Wechat SDK.
s
.
public_header_files
=
'Classes/public/*.h'
s
.
static_framework
=
true
s
.
dependency
'Flutter'
s
.
dependency
'WechatOpenSDK'
,
'1.8.
6.2
'
s
.
dependency
'WechatOpenSDK'
,
'1.8.
7.1
'
# s.dependency 'OpenWeChatSDK','~> 1.8.3+10'
# s.xcconfig = { 'HEADER_SEARCH_PATHS' => "${PODS_ROOT}/Headers/Public/#{s.name}" }
...
...
pubspec.yaml
浏览文件 @
0605eebc
name
:
fluwx
description
:
The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc.
version
:
2.0.
8+3
version
:
2.0.
9
homepage
:
https://github.com/JarvanMo/fluwx
environment
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论