Roman Sirokov
Roman Sirokov
**Describe the bug** The flow started failing with: ``` Error: Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to true. Once committed, the changes in...
The [`lib/stores/language`](https://github.com/zubairehman/flutter-boilerplate-project/blob/4f71393b02ac9516fedc7f126bc740c1e5389f31/lib/stores/language/language_store.dart#L79) and [`lib/stores/theme`](https://github.com/zubairehman/flutter-boilerplate-project/blob/4f71393b02ac9516fedc7f126bc740c1e5389f31/lib/stores/theme/theme_store.dart#L49) have `@override` annotation on `dispose()` methods. Is it intentional? It seems redundant and IDE warns it doesn't override anything. Maybe it's meant to be `@action` as...
Hi @brendan-duncan, I am aware that in 2.1.4, there was a change in LICENSE file that removed the spaces since they were causing the exception (see commit [0c85a1354d14e5b282b83648749e91201a78d5d6](https://github.com/brendan-duncan/image/commit/0c85a1354d14e5b282b83648749e91201a78d5d6)). Unfortunately, I...
It's better to remove the admin's option to list filter by user. When loading the list page, it tries to load and render all options... which are all users. So...
**Describe the bug** The UI elements go beyond safe are on iOS, thus overlapping some iOS system UI. P.S. Observe bottom part of the screenshot.
## Context The documentation marks the whole chapter of [Union types and Sealed classes](https://pub.dev/packages/freezed#legacy-union-types-and-sealed-classes) as Legacy. It gives an impression that this whole thing should be avoided and be better...
**Describe the bug** Completion of `await FlutterBranchSdk.init()` doesn't necessarily mean native iOS plugin is fully initialized? Especially during the first launch. In my app: - `await FlutterBranchSdk.init()` - Then, almost...
### Platform or tool AWS ### Desired or expected behavior There are more CLI plugins besides AWS CLI and cdk. For example, [EB CLI](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html). I want to be able to...
Blocked by #21 -- review & merge it first Refactors item builder, so to use ListTile's onTap callback to select items. This improves User Experience, as the checkbox by itself...
Blocked by #21 -- review & merge it first. Add Select All/Deselect All button in multiple-selection mode. https://github.com/Mindinventory/drop_down_list/assets/14923964/759afedc-6c0e-4b90-9b6e-995d46ca23d5