Burak
Burak
Having the same problem here. ```dart showMaterialModalBottomSheet( expand: true, // onWillPop will only trigger if its true. context: context, backgroundColor: Colors.transparent, builder: (context) => Filter(), ); ``` However, when I...
Any updates on this?
TBH, I was planning on it because of https://github.com/paritytech/subxt/issues/563. However, using `webpki` seems to work on Android.
Getting the same error.
I have a similar issue. Requesting to `grpc.mydomain.com` is working fine but `grpc.mydomain.com/myPath` returns failed name resolution. ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: grpc-ingress annotations: nginx.ingress.kubernetes.io/backend-protocol: "GRPC" kubernetes.io/ingress.class: "nginx"...
Well, I've tried to do that but I'm not experienced with GoLang. Instead, I use [Dart's hello-world example](https://github.com/grpc/grpc-dart/tree/master/example/helloworld). ```Dockerfile FROM dart:latest AS build WORKDIR /app COPY . . RUN dart...
Having the same issue with version `3.0.2`. I updated a field in the schema and got the following error. ~~It works fine on a real Android device and an iOS...
I'll try to reproduce it later today. I don't think the upgrade caused this. I did some other changes after the upgrade and it worked fine. However, the fields I...
It's an open issue in Flutter. https://github.com/flutter/flutter/issues/9471
Not only that, there are other packages way too old. Since Dart 3 is on the way, null safety will be required.