flutter_tts and text_to_speech_api
These are complements: the first is a cross-platform TTS abstraction layer that can use multiple backends (including Google's API), while the second is a specialized wrapper specifically for Google's TTS API that could serve as an alternative backend implementation.
About flutter_tts
dlutton/flutter_tts
Flutter Text to Speech package
This project helps you turn written text into spoken words for your apps, useful for creating audio guides, accessible content, or interactive voice responses. You provide text, and it produces audible speech in various languages and voices. It's for anyone creating mobile, desktop, or web applications who wants to add voice output.
About text_to_speech_api
LucaDe/text_to_speech_api
A simple wrapper for Google's Text-To-Spech API for Dart and Flutter projects.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work