Expose Strings in SoundRecorderUI
See original GitHub issueProblem
I cant translate these strings from the UI widgets to my language(spanish btw)
Text(_isPaused ? 'Recorder is paused' : _isRecording ? 'Recorder is recording' : 'Recorder is stopped'),
Line 218 from here https://github.com/dooboolab/flutter_sound/blob/master/flutter_sound/lib/src/ui/sound_recorder_ui.dart
Solution Expose the values
Alternatives Accept multiple translations with the use of intl package.
Image from the flutter_sound readme with the strings https://github.com/dooboolab/flutter_sound/blob/master/flutter_sound/example/lib/widgetUI/widgetUI.png
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
SoundRecorderUI class - sounds library - Dart API - Pub.dev
API docs for the SoundRecorderUI class from the sounds library, ... String: Returns a string representation of this node and its descendants. inherited....
Read more >Play the Strings in GarageBand for iPhone - Apple Support (QA)
Using the Strings, you can choose different string sounds, and play one or several strings at once. You can play notes, chords, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes @hectorAguero , you are perfectely right : This is not correct to have English inside the WidgetUI. I consider that as a Bug 👎
This is my fault. I am going to fix that.
#498 : this is a fix kindly offered by @EslamHanafy .
It will be merged in Version 6.4