Keerti Parthasarathy

Results 6 issues of Keerti Parthasarathy

If the file name is the same as widget, renaming a widget should update the file name and imports to point to the new resource. It should convert between camelcase...

area-analyzer
P3
analyzer-refactoring
type-enhancement

Extracting a surrounding widget while keeping a child parameter. for example ``` Container(child: Text()) ``` Extract `Container` as new widget called `Wrapper` and keep `Text `as its child, so the...

area-analyzer
P3
analyzer-refactoring
customer-flutter
type-enhancement

The ability to extract a value/variable within a method as parameter of the method. This is available for Java/Kotlin.

area-analyzer
analyzer-refactoring
type-enhancement
P4

- Based on a static JSON doc. Just autocomplete in a drop-down. Limited results. Limited items shown Suggestions - Copy Rust (static file based) See https://docs.rs/wasmer/2.0.0/wasmer/ Also static JSON-file based...

enhancement
P2
web-design
intern

Running the tests on VM with --preview-dart-2, see the following failure type 'List' is not a subtype of type 'List' of 'function result' where... type 'List' is not a subtype...

Replacing a method with a getter works when method is marked `@deprecated`. If the method is removed, then the parenthesis for the method are not replaced. See failing test in...

area-analyzer
P3
type-bug
analyzer-data-driven-fixes