Nazar Vovk

Results 7 issues of Nazar Vovk

**Steps to Reproduce** Try to open box with `collection` arg passed into method. **Code sample** ``` await Hive.openBox("boxName", collection: "collectionName") ``` **Version** - Platform: Web - Flutter version: 3.0.5 -...

problem

### Package dio_http2_adapter ### Version 2.2.0 ### Output of `flutter doctor -v` ```shell [βœ“] Flutter (Channel stable, 3.10.2, on macOS 13.4 22F66 darwin-arm64, locale en-UA) β€’ Flutter version 3.10.2 on...

h: need extra help
h: need more info
s: bug
e: PR welcomed

### Package native_dio_adapter ### Version 0.1.0 ### Output of `flutter doctor -v` ```shell [βœ“] Flutter (Channel stable, 3.10.1, on macOS 13.4 22F66 darwin-arm64, locale en-UA) β€’ Flutter version 3.10.1 on...

s: feature
h: need extra help
p: native_dio_adapter
p: dependency

### Current Behavior Proxy is completly ignored in http request node from HTTP_PROXY env variable if NO_PROXY environment variable is present. ### Expected Behavior HTTP_PROXY and NO_PROXY works as expected....

bug

Related https://github.com/dart-lang/http/issues/974 `StreamQueue` is buffering everything it can consume before sending it to the remote. This still prevents tracking upload progress or sending large files. https://github.com/dart-lang/http/blob/b2067710f88980fc0fee43ec3380bce089f001db/pkgs/cupertino_http/lib/src/cupertino_api.dart#L124-L127 https://github.com/dart-lang/http/blob/b2067710f88980fc0fee43ec3380bce089f001db/pkgs/cupertino_http/lib/src/cupertino_client.dart#L219-L228

type-bug
package:cupertino_http

I want to omit logging of `Uint8List` because such bodies can be several megabytes long and its heavily impact perfomance in debug mode. For example, if [dio_image_provider](https://pub.dev/packages/dio_image_provider) is used or...

Is there any way to terminate waiting of `ReadImage` method? Currently after `Cancel` method usually I receive no `ErrCancelled` which result in gorouting leaks.