fluwx 0.5.2
fluwx: ^0.5.2 copied to clipboard
A implement of WeChatSDK on Flutter.Fluwx makes possible using WeChatSDK in Flutter.Enjoy sharing or payment in Flutter.
Fluwx
#
[logo]
δΈζθ―·η§»ζ₯ζ€ε€
Fluwx makes easier using WeChatSDK on Flutter.
QQ GroupοΌ892398530γ
Before #
Before usingFluwx,I highly recommond you read this articleοΌ
this'll help youγ
What does Fluwx support? #
- Share Text.
- Share WebPage.
- Share Image.
- Share Music.
- Share Video.
- Share MiniProgram.
- Send Auth(Login).
- Pay.
- Launch Mini-Program.
Libraries Used In Fluwx #
For Android,kotlin-1.3.0 is included:
api 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:5.1.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0'
implementation 'top.zibin:Luban:1.1.8'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
Flutter 0.9.4 β’ channel beta β’ https://github.com/flutter/flutter.git<br>
Framework β’ revision f37c235c32 (5 weeks ago) β’ 2018-09-25 17:45:40 -0400<br>
Engine β’ revision 74625aed32<br>
Tools β’ Dart 2.1.0-dev.5.0.flutter-a2eb050044<br>
For iOS,wechat-sdk-1.8.3(WeChatPay included) is included.
Register WeChatSDK via Fluwx #
Before usingFluwx,you should init FLuwxοΌ
import 'package:fluwx/fluwx.dart' as fluwx;
fluwx.register(appId:"wxd930ea5d5a258f4f");
NOTEοΌAlthough we can register WXApi via Fluwx,but there's still some work you have to do on the particular platform.For example, add a URLSchema for iOS.
More #
- Shareγ
- Authγ
- Paymentγ
- Responseγ
Other #
- Using Swift?
- Having Questions?
Waiting #
Donate #
Buy the writer a cup of coffeeγ
[./arts/wx.jpeg] [./arts/ali.jpeg]
LICENSE #
Copyright 2018 OpenFlutter Project
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.