MAM606

Results 2 issues of MAM606

## 📌 Summary This Pull Request migrates the Android implementation of `flutter_tts` away from the deprecated `PluginRegistry.Registrar` API to the modern `FlutterPlugin` and `ActivityAware` APIs. ## ✅ What Changed -...

## Summary Currently, the `flutter_tts` Android implementation still relies on the old `PluginRegistry.Registrar` API, which has been deprecated for quite some time by the Flutter team. This approach is triggering...