You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
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)