- Windows: Added extra metadata for voices
- Web: Added progress events using onboundary
- Windows: Fixes setvoices
- iOS: Fixes exported audio having the wrong sampleRate on ios 18
- Android: Fixes 'Reply already submitted' bug during synthesizeToFile
- Android: Added AudioFocus and Audio Attributes For Navigation
- Android/iOS/macOS: Added extra metadata for voices
- Web: Migrated js_interop to support WASM
- Android/iOS: Improving synthesizeToFile
- Package: using recommended static analysis and fixing issues from analyze
- Package: Upating android example to use declarative plugins block
- Android: Fixing synthesizeToFile
- iOS: Add clear selected voice
- Android: Add clear selected voice
- Android: Upgrade to Kotlin 1.9.10
- Android: Upgrade Gradle to 8.2.0
- Android: Change compileSDK target to 34
- Android: Fix TTS initialization (removed setInitHandler)
- Web: Fix pause
- Package: Fix describeEnum deprecation (requires Flutter SDK >=2.15.0)
- Package: Remove unnecessary foundation.dart include
- iOS: Fix AVSpeechSynthesisVoiceGender with available on iOS 13 or greater
- Android: Fix 'Reply already submitted' bug
- iOS: Return additional voice information fields (quality, gender, and identifier)
- iOS: Fix synthesizeToFile on iOS 17+
- Android: Clear pending method calls on initialization
- Web: Fixing onError to prevent crashing
- iOS: Fixing fileName type back to URL
- iOS/Android:* Support relative path of synthesization audio file
- Android: Improved android manifest notice
- Android: Removed deprecated registerWith
- iOS: Improved iOS audio documentation
- Android: Set speaking and synth to false in the stop method
- Web: Fix error in check available language without locale (country)
- iOS: add option to disable the auto stop for the audio session after speech completion
- Android: Upgrade gradle and kotlin. Make project compatible with AGP 8
- Web: Add try-catch on initializing web plugin.
- iOS: Support project import fallback if the generated compatibility header is not copied when this plugin is created as a library.
- Android: fixed initHandler with setEngineInitHandler
- Android: refactored pause work around which fixed a couple of reports bugs
- Android: setEngine - adding initHandler within the method
- Android: setEngine initialization bug
- Android: added initHandler for android to help with engine initialization
- Android: Adding pause/continue
- Windows: Adding callbacks
- All: Adding async/await to Channel invokeMethods
- Android: Adding getDefaultVoice
- Android: Converting Java to Kotlin and package upgrades
- Web: Fixing late variable and updating value being passed through a message channel to a primitive type
- Web: - Adding setVoice support
- Web: Fix chrome bug
- Windows: - Adding Windows Support
- iOS: Fix synthesizeToFile fatal error
- Android: Fix build.gradle missing property
- Web: Fix awaitSpeakCompletion
- iOS: Adding support for AVAudioSession.Mode
- Android: Fix compileSDK version
- Android: Fix await speak completion when queue mode is set to 1
- Android: Android 11 fix
- Android: Fix deprecation warning
- Android: Adding get max speech input length
- Android: Changed Android speed rate mapping
- iOS/macOS/Android: Adding awaitSynthCompletion for synthesize to file
- Android: Fix tts connection disconnection after long running time
- Android: Adding set engine and get default engine
- Adding null safety
- Android: Adding the ability to set the queue mode
- Android: Adding installed language check
- iOS/Android: Adding voice name and locale to voice methods
- All: Adding await speak completion
- iOS: Adding utterance settings to synthesizeToFile
- Android: Fix crash when utterance completes after Engine is detached
- Android: Fixing new API onAttachedToEngine call
- macOS: Adding support
- iOS: Deactivate audio session only when needed
- Android: Better exception handling for getLanguages
- Android: Adding getEngines
- Android: Adding new Android plugin APIs
- iOS: Adding synthesize to file
- iOS: Fix set category ios
- Web: Adding pause and continue
- iOS: Fix setting iOS Category
- iOS/Android: Adding additional platform calls
- iOS: Adding Set Audio Session Category
- Android: Bug fixes
- iOS: Adding Pause
- iOS: Adding set Shared Instance
- iOS/Android: Feature - Speech marks
- iOS/Android: Breaking changes to Speech rate
- iOS: Changing audio session to playAndRecord
- Android: Fixing method call error
- Android: Adding synthesize to file
- Android: Fix sporadic ANR on initialization
- iOS: Reducing volume of other sessions while TTS is playing
- Android: Fix Android async platform initialization
- Android: Removing initHandler
- Web: Adding isLanguageAvailable method
- All: Fixing isLanguageAvailable platform channel and making it case insensitive
- Web: Adding Web Support
- iOS: Adding Swift version 4.2 to podspec and correct audio playback category
- Android: AndroidX support
- Android: Bug Fix on isLanguageAvailable
- Applying flutter format to fix health suggestion
- Android: Adding silence before speak
- Android: Removing deprecated API
- IOS: Add voice selection implementation
- Android: Ensure invokeMethod runs on main thread
- Android: setting minSDK back to 21 and adding instructions to readme
- Android: Adding fallback for getLanguages and defaultLanguage
- IOS: Audio continues with the Ring/Silent switch set to silent
- Android: Fixing Locale bug
- IOS: Fixing getLanguages bug
- Android: Adding exception catch for samsung devices
- Android: Using default com.google.android.tts engine
- Android: Get and Set Voice
- Android: InitHandler
- Cleaning up the example
- Support for Android background execution
- Updating Android build gradle version to 3.2.1
- Fixing TTS bound error in the example
- Fixing default voice language not found error on Android
- Updating version for improved maintenance score
- Updating package description for improved maintenance score
- Adding analysis_options.yaml for improved health score
- Fixing info/errors from flutter analyze
- Updating SDK version in pubspec.yaml
- Adding package link to README
- Fixing language string warning received from xcode
- Android: Upgrading Gradle 4.1 to 4.4
- Android: Setting minSdk version to 21
- Android: Adding try/catch to getAvailableLanguages & getDefaultVoice methods (Issues with API 21 & 22)
- Adding IOS/Android isLanguageAvailable
- Rename setRate to setSpeechRate
- Simplify podspec for Cocoapods 1.5.0
- Adding IOS/Android speech pitch and volume
- Flutter formatting and fixing pubspec sdk versioning
- first POC :
- methods : speak, stop, setRate, setLangauge, getLanguages
- a globalHandler for completion