Oleksandr Leushchenko

Results 5 issues of Oleksandr Leushchenko

Thanks for this package! It makes the process of creating custom rules sooo much simpler, I love it! 💙 The package, though, does not work for cases when `analysis_options.yaml` is...

According to [documenation](https://developer.android.com/reference/android/speech/RecognizerIntent) `EXTRA_LANGUAGE` value should be > IETF language tag (as defined by BCP 47), for example "en-US" So I just replaced `Locale` with the correct format and that...

Let's imagine an object (it could be a complex stateful widget, a page, or an anchor in AR) that has complex internal dependencies (object-scoped services, repositories, etc.). I found it...

With this PR I propose some minor repo chores that will make the maintenance of the package slightly easier: 1. Drop `pubspec.lock` files from packages. According to the [official recommendation](https://dart.dev/guides/libraries/private-files#the-rules),...

Tree shaking is critically important in large-scale projects. I was reading #181 and the last proposition in the conversation sounded reasonable, so I implemented it by adding a `generateForEnvironment` parameter...