Results 10 issues of Abhay S Rawat

`AudioPlayer audioPlayer = AudioPlayer();` `await audioPlayer.setUrl(path, isLocal: true);` `await audioPlayer.getDuration();` Above code always give 5963776 milliseconds for large files near 5-10 mb.

bug

Can you please implement **RTCDataChannel.bufferedAmount** and Data channel event listener to listen for its event , some of the events I am concerned are as follows **RTCDataChannel: bufferedamountlow** **RTCDataChannel.bufferedAmountLowThreshold** OR...

Can you use socket_io_common 2.0.0 and add another version as it is throwing dependency conflict with pre release socket_io_client.

```dart Future imageCompressFile({ // already using seperate threads required File file, required String targetPath, int maxSize = 65536, }) async { try { int fileSize = file.lengthSync(); int quality =...

Fixed (Class 'AudioRecorder' is not abstract and does not implement abstract member public abstract fun onRequestPermissionsResult(p0: Int, p1: Array, p2: IntArray): Boolean defined in io.flutter.plugin.common.PluginRegistry.RequestPermissionsResultListener) for Android. Added bitRate feature...

**Is your feature request related to a problem? Please describe.** Is there a feature that can help changing schemas. Currently I have to wipe all data if I change schema....

enhancement

- Massive upgrades without breaking existing functionality. - 2 New functions extractCoverWithFuture and exportVideoWithFuture both functions will do same task as default export functions but they will behave like Future....

I think by adding it to export on libsignal_protocol_dart.dart would solve this problem.

Everything working fine in debug mode but in release mode when I do crop and hit the button to proceed it crashes and app restarts. Following are the logs when...

Hi , Thanks for awesome work. Can you please tell how can I configure the color of following buttons that appears on bottom while cropping. I forked the repo to...