Vasiliy Ditsyak
Vasiliy Ditsyak
Hi. Thanks for your work. I'm experimenting with wrapping `BlockPicker` to use as `reactive_forms` control. It seems that `BlockPicker` lacks of `null` value support for `pickerColor` value. The form initial...
In case of using ``` ... on Node { ...NodeFrag } ``` it generates case statement that refers to not existent class ``` case r'Node': return (this as Custom$Query$Node$Node).toJson(); ```...
**Make sure you're opening this pull request pointing to beta branch!** ## What does this PR do/solve?
As far as dart passes objects by reference it would be great to have a 'copyWith' extension for the data classes with something like this https://github.com/numen31337/copy_with_extension docs https://www.oleksandrkirichenko.com/blog/dart-extensions/
**Make sure you're opening this pull request pointing to beta branch!** ## What does this PR do/solve?
The error `Exception: Field username was not found in GraphQL type Node. Make sure your query is correct and your schema is updated.` Just create the test file with this...
**Description** Hi. Previously there was a need to add `generic` parmas when specifying `BlocBuilder`. But now analyzer is not highlighting the error. I suppose it is caused by having `B...
**Is your feature request related to a problem? Please describe.** Form handling with `getwidget`. Currently there are some input widgets without complete solution for crafting forms **Describe the solution you'd...
* **Dart code metrics version:** 4.16.0 * **Dart sdk version:** >=2.17.0 ```yaml include: package:lint/analysis_options.yaml analyzer: language: strict-casts: true strict-inference: true strict-raw-types: true exclude: - "lib/generated/**" - "lib/generated_*" - "lib/i18n/messages_*.dart" -...
Hi. Thanks for the library. I'm trying to use it for animation. But I have a pretty complex component to animate. Before animation occurs the component inside component re-renders 4+...