Keerti Parthasarathy
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...
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...
The ability to extract a value/variable within a method as parameter of the method. This is available for Java/Kotlin.
- 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...
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...