Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Local varible _....... starts with a underscore #114

@unoriginalxx

Description

@unoriginalxx

Linting warning on generated consumer widgets.

class App extends ConsumerWidget {
const App({Key? key}) : super(key: key);

@OverRide
Widget build(
BuildContext _context,
WidgetRef _ref,
) =>
app(_ref);
}

Should have underscore notation removed. (Inherently private scoped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions