llfbandit / record

Audio recorder from microphone to a given file path. No external dependencies, MediaRecorder is used for Android an AVAudioRecorder for iOS.
https://pub.dev/packages/record
243 stars 204 forks source link

Fixes to make web 1.0.0 work #378

Closed syleishere closed 3 months ago

syleishere commented 3 months ago

Some code fixes so web:^1.0.0 will work in pubspec.yaml for record_web

llfbandit commented 3 months ago

I made changes that should be compatible with web: 1.0.0.

Can you check it from this branch https://github.com/llfbandit/record/tree/web_10 ? I can't upgrade Flutter for myself yet.

syleishere commented 3 months ago

Yeah sure I'll run a basic test on it tonight and get back to you.

syleishere commented 3 months ago

There were no compiler errors, looks good on that end.

llfbandit commented 3 months ago

web 1.1.2 has been released