mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-02 16:20:57 +02:00
chore(deps): upgrade Flutter Go and Android dependencies
This commit is contained in:
@@ -49,8 +49,7 @@ class _IconButtonTooltipVisitor extends RecursiveAstVisitor<void> {
|
||||
if (node.constructorName.type.name.lexeme == 'IconButton') {
|
||||
final hasTooltip = node.argumentList.arguments.any(
|
||||
(argument) =>
|
||||
argument is NamedExpression &&
|
||||
argument.name.label.name == 'tooltip',
|
||||
argument is NamedArgument && argument.name.lexeme == 'tooltip',
|
||||
);
|
||||
if (!hasTooltip) {
|
||||
final line = lineInfo.getLocation(node.offset).lineNumber;
|
||||
|
||||
Reference in New Issue
Block a user