Nimo11
Nimo11
Same issue here. Is there any workarround or update please?
textAlign: textAlign, line 20 in flicker.dart is missing.
Thanks for your job. May be kotlin function synthesizeToFile could become : ` private fun synthesizeToFile(text: String, fileName: String) { val fullPath: String val uuid: String = UUID.randomUUID().toString() bundle!!.putString( TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,...
You can try this in SwiftFlutterTtsPlugin. It work for me : ``` private func synthesizeToFile(text: String, fileName: String, result: @escaping FlutterResult) { var output: AVAudioFile? var failed = false let...
After hour of search i have found solution. If you check in extension setting sync user, when a user is created in authentication list a user is also created in...
Could you help us please this is a blocking problem
After search i discover that some needed events in the webhook stripe interface wasn t checked : customer.subscription.created customer.subscription.resumed customer.subscription.paused customer.subscription.deleted customer.subscription.updated This solved my problem. thank you for your...
Same problem here ``` /C:/Users/info/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_quill-8.2.4/lib/src/widgets/raw_editor/raw_editor.dart:294:7: Error: The non-abstract class 'QuillRawEditorState' is missing implementations for these members: - TextSelectionDelegate.lookUpEnabled - TextSelectionDelegate.searchWebEnabled - TextSelectionDelegate.shareEnabled Try to either - provide an implementation, -...
using Flutter_quill 8.6.0 work fine. Thanks for your work