Multiple Instances in Same Tree are Problematic
Having multiple instances of a StatefulWidget that instantiates FlutterTts (in the same tree) presents a problem. The state of the last instance overrides the state of any previous instance in the tree. It seems as though this plugin doesn't support multiple instances...
Currently this plugin does not support multiple instances. I'll look into adding support for that.
Excellent. I appreciate it!
I notice that this issue was raised almost 1 year ago - is there any timeline for implementation ?
No timeline as of yet, however I'm opened to a PR with this implementation.
Is the enhancement done??
not yet @jay2hk2hk
Would be nice to have support for that.
Is this still planned ?