Skip to content

Latest commit

 

History

History
110 lines (72 loc) · 3.8 KB

README_CN.md

File metadata and controls

110 lines (72 loc) · 3.8 KB

Fluwx

pub package Build status

logo

什么是Fluwx

Fluwx 是一个微信SDK插件,它允许开发者调用 微信原生SDK .

加入我们的QQ群: 892398530。

能力

  • 分享图片,文本,音乐,视频等。支持分享到会话,朋友圈以及收藏.
  • 微信支付.
  • 在微信登录时,获取Auth Code.
  • 拉起小程序.
  • 订阅消息.
  • 打开微信.

准备

Fluwx 可以做很多工作但不是所有. 在集成之前,最好读一下官方文档.
然后你才知道怎么生成签名,怎么使用universal link以及怎么添加URL schema等.

收费视频教程点这里

安装

pubspec.yaml 文件中添加fluwx依赖:

Fluwx,带支付:

dependencies:
  fluwx: ^${latestVersion}

pub package

Fluwx,不带支付:

dependencies:
  fluwx_no_pay: ^${latestVersion}

pub package

NOTE: 别忘记替换 ^${latestVersion} !!!!

注册 WxAPI

通过 fluwx 注册WxApi.

registerWxApi(appId: "wxd930ea5d5a228f5f",universalLink: "https://your.univerallink.com/link/");

参数 universalLink 只在iOS上有用. 查看文档 以便了解如何生成通用链接.
你也可以学习到怎么在iOS工程中添加URL schema,怎么添加LSApplicationQueriesSchemes。这很重要。

对于Android, 可以查看本文以便了解怎么获取app签名. 然后你需要知道release和debug时,app签名有什么区别。如果签名不对,你会得一个错误 errCode = -1.

能力文档

对于更多功能,可以查看源码。

QA

这些问题可能对你有帮助

捐助

开源不易,请作者喝杯咖啡。

关注公众号

subscribe

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

https://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.