r-durao-pvotal
r-durao-pvotal
We've been trying to add versioning to grpc services client side, and we tried to do the following when creating web client channels: ```dart final clientChannel = GrpcWebClientChannel.xhr( Uri.https( authority,...
1. Issue description When ``DropzoneView`` is inside a scrollable view that is scrollable (i.e., a list that shows content with a size larger than the device's screen), the warning in...
Getting this error when trying to perform a redirect to my auth: `flutter_web_auth/FlutterWebAuthPlugin.swift:38: Fatal error: Unexpectedly found nil while unwrapping an Optional value` Tried looking at the code in question,...
With WASM compilation being considered stable in Flutter 3.22.0 for web, it is necessary to remove dart:html dependencies and replace them with the "web" package in order to support it