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

import dartjs to use allowInterop #308

Closed amirmhmdi closed 6 months ago

amirmhmdi commented 6 months ago

based on documentation of dart allowInterop is in package:js

https://api.dart.dev/stable/2.7.2/dart-js/allowInterop.html

Returns a wrapper around function f that can be called from JavaScript using package:js JavaScript interop.

llfbandit commented 6 months ago

I close this since the package is migrating to package web in next version.