Yaroslav Vorobev

Results 40 issues of Yaroslav Vorobev

I'm added some missing in translate strings.

Hello, I'd like to know if it's possible for the app to count total amount of words or characters of book? Right now I don't see this feature in any...

### What problem does this feature solve? It will allow you to specify any name for app you want to. ### What does the proposed changes look like? * Disable...

enhancement
2.x

**Describe the bug** Using following chain of providers 1. AsyncNotifier 2. **AsyncNotifier**: .future from 1st provider 3. AsyncNotifier: .future from 2nd provider Will cause following error: Log ``` ══╡ LOGGER...

bug

I've tried to use `ReorderableListView` with `ListFieldBloc` and found following inconsistency: ```dart final shapes = ListFieldBloc(); ``` This one produces incorrect results inconsistently ```dart void reorderShape(int oldIndex, int newIndex) {...

Using PBR pack with preview deferred rendering produces artifacts in caves. It seems like a geometry is not properly connected. Is it a technical preview current state or pack issue?...

I'd like to make few of the test (e.g. `server headers content length bigger than actual body`) optional, because with `fetch`: > This makes the `Content-Length` [header](https://fetch.spec.whatwg.org/#concept-header) unreliable to the...

type-bug
package:http

fixes #1121 --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs....

package:http_client_conformance_tests

Some data types requires `null` fields to be omitted in output json, is it possible to support such behavior via `MappableField` option?

It seems that bindings are pretty useful out of flutter context, and I cant find any usage of `package:flutter` outside of tests and example. Would it be possible to distribute...