Home

Awesome

Logo

讯飞 TTS语音合成 Flutter插件

pub package

Fluttify系列插件

名称描述仓库
高德地图高德地图地图组件, 提供地图控件pub package
高德定位高德地图定位组件, 提供独立的定位功能pub package
高德搜索高德地图搜索组件, 提供poi搜索等功能pub package
高德猎鹰高德地图猎鹰组件, 提供实时定位采集功能pub package
百度地图百度地图, 包含了地图控件, 定位以及搜索poi等功能pub package
百度人脸识别百度人脸识别, 提供活体检测等功能pub package
网易直播网易直播推流组件pub package
网易云信网易云信 IM组件pub package
腾讯直播腾讯直播, 包含推流组件和播放组件pub package
腾讯IM腾讯IM组件pub package
腾讯地图腾讯地图组件pub package
讯飞语音合成腾讯语言合成组件, 提供文字转语言功能pub package
极光统计极光统计组件, 提供异常上报等功能pub package
阿里云RTC阿里云实时音视频pub package
环信环信IMpub package
未完待续...如有其它需求, 请联系qq 382146139fluttify

依赖:

dependencies:
  flutter:
    sdk: flutter
  xftts_fluttify: ^x.x.x

配置

iOS

Info.plist配置:

<key>NSMicrophoneUsageDescription</key>
<string>需要麦克风权限</string>
<key>NSLocationUsageDescription</key>
<string>需要定位权限</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>需要定位权限</string>
<key>NSContactsUsageDescription</key>
<string>需要联系人权限</string>

导入:

import 'package:xftts_fluttify/xftts_fluttify.dart';

使用:

参考wiki.

社区

QQ群
<img src="https://github.com/fluttify-project/fluttify-project/blob/master/resources/1593774713224_temp_qrcode_share_9993.png?raw=true" height="300">

LICENSE

Copyright 2020 yohom

Licensed 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.