79807136

Date: 2025-11-02 12:57:07
Score: 1.5
Natty:
Report link

Because auto_route migrated to a new syntax.

@AutoRouterConfig()
class AppRouter extends RootStackRouter {
  AppRouter() : super(); 
  
@override
  List<AutoRoute> get routes {
    return ...
 }
}

Find the doc: https://pub.dev/packages/auto_route#setup-and-usage

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Phil