Yivan
Results
3
issues of
Yivan
Any mathematical expression that state a literal positive number with `+` doesn't parse, like: - `7+(+7)` - `+7` - `7*+7` - `cos(+7)` All above throws this exception: ``` The following...
enhancement
keyboard_shortcuts is labeled as not null-safe, making this unusable with newer versions of Flutter (which is null-safe by default).