csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
348 stars 217 forks source link

depends on js ^0.7.0 and speech_to_text >=4.0.0-nullsafety depends on js ^0.6.3, #482

Closed Yoda-Man closed 2 months ago

Yoda-Man commented 2 months ago

Is it possible to upgrade the package to use js 0.7.0

saropa commented 2 months ago

This would be great - we're starting to get dependancy errors here.

sowens-csd commented 2 months ago

Looks like it should be compatible. I'll do the update in the next minor version.

sowens-csd commented 2 months ago

I do find it amusing that a widely used dependency is still 0.x instead of moving to 1.x. Come on folks, signal production quality please.

saropa commented 2 months ago

Ideally, js: ^0.7.1

Would a PR help?

Yoda-Man commented 2 months ago

js: ^0.7.1 would be best

sowens-csd commented 2 months ago

@saropa thanks for the PR offer but no, the work is done, just need to check some other commits and deploy. I have done 0.7.0, I'll have a look 0.7.1.

sowens-csd commented 2 months ago

Looks like 0.7.1 is just a README update, should be safe.

sowens-csd commented 2 months ago

6.6.1 is now published with this update.

saropa commented 2 months ago

thanks!