I have updated to auto_route: 7.1.0 and auto_route_generator: 7.1.0 and now I am getting this bug:
[SEVERE] Conflicting outputs
Both injectable_generator:injectable_config_builder and
auto_route_generator:auto_router_module_generator may output lib/bootstrap.module.dart.
Potential outputs must be unique across all builders.
See https://github.com/dart-lang/build/blob/master/docs/faq.md#why-do-builders-need-unique-outputs
I have updated to
auto_route: 7.1.0
andauto_route_generator: 7.1.0
and now I am getting this bug:This is my full
pubspec.yaml
: