Shivansh Talwar
Shivansh Talwar
**Describe the bug** encountered the bug while running [video call example](https://github.com/flutterjanus/flutter_janus_client/blob/master/example/lib/typed_examples/video_call.dart) attaching logs of error below. E/MethodChannel#FlutterWebRTC.Method(30686): Failed to handle method call E/MethodChannel#FlutterWebRTC.Method(30686): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean...
This pull request fixes a problem when we try to run `flutter build apk --release`
**Describe the bug** When calling `MediaStream.dispose()` library throw an exception that media stream is not found, this only happens on linux OS ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(MediaStreamDisposeFailed, stream [98C2C75D-0C4D-48F5-8387-67A667C09A62] not...
### Is your feature request related to a problem? Please describe. currently it seems computed fields are not supported in tsed/prisma out of the box ### Describe the solution you'd...