rxlabz / speech_recognition

A Flutter plugin to use speech recognition on iOS & Android (Swift/Java)
https://pub.dartlang.org/packages/speech_recognition
Other
336 stars 197 forks source link

Remove the `setValue` methods #68

Open miyoyo opened 4 years ago

miyoyo commented 4 years ago

Dart possesses powerful getter and setter syntax, this change makes the code more inline with the general dart style, and avoids pointless repetition of code that will be generated by the compiler anyway.

This change will require a modification of the major version of the plugin in order to respect the Semantic Versioning specification.