Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update return type of result when user stop the audio player #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

himanshuGandhiSimform
Copy link
Collaborator

Update return type of data from native to flutter

final audioInfo =
await _methodChannel.invokeMethod(Constants.stopRecording);
return List.from(audioInfo ?? []);
Future<Map<String,dynamic>> stop() async {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File looks unformatted

@ujas-m-simformsolutions
Copy link
Collaborator

Also please bump the version and update changelog mentioning minor internal restructure and mention breaking change of previous PR.

hemantbeast added a commit to hemantbeast/audio_waveforms that referenced this pull request May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants