Publish flutter packages for Android (#1074)

This commit is contained in:
Fangjun Kuang
2024-07-04 20:07:07 +08:00
committed by GitHub
parent b502116068
commit f5e9a162d1
117 changed files with 628 additions and 7559 deletions

43
CHANGELOG.md Normal file
View File

@@ -0,0 +1,43 @@
## 1.10.9
* Fix released packages. piper-phonemize was not included in v1.10.8.
## 1.10.8
* Fix released packages. There should be a lib directory.
## 1.10.7
* Support Android for Flutter.
## 1.10.2
* Fix passing C# string to C++
## 1.10.1
* Enable to stop TTS generation
## 1.10.0
* Add inverse text normalization
## 1.9.30
* Add TTS
## 1.9.29
* Publish with CI
## 0.0.3
* Fix path separator on Windows.
## 0.0.2
* Support specifying lib path.
## 0.0.1
* Initial release.