flutter_baidutts 0.0.2 copy "flutter_baidutts: ^0.0.2" to clipboard
flutter_baidutts: ^0.0.2 copied to clipboard

outdated

flutter plugin for baidu tts

flutter_baidutts #

A new Flutter plugin for baidu tts

Getting Started #

Config On Android #

-keep class com.baidu.tts.**{*;}
-keep class com.baidu.speechsynthesizer.**{*;}

Add the obfuscated configuration to your file

Config On IOS #

Just copy libBaiduSpeechSDK.a into your ios project

1.init config before use plugin

FlutterBaidutts.instance.init(
	appId:'appId',
	appKey:'appKey',
	appSecret:'appSecret',
);

2.just call speek function whatever you want to speek

FlutterBaidutts.instance.speek('speekWords');

Future #

  1. Mode Of Mix On Android
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

flutter plugin for baidu tts

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_baidutts