Dando problema mesmo adicionando dependency_overrides
I created a new project, I did the steps informed, but even adding everything as informed I still get the error:
% flutter packages pub run build_runner build --delete-conflicting-outputs
[INFO] Generating build script... [INFO] Generating build script completed, took 586ms
[INFO] Precompiling build script...... [WARNING] ../.pub-cache/hosted/pub.dartlang.org/flutter_design_codegen-0.0.12-pre+2/lib/src/ast.dart:29:7: Error: The non-abstract class 'ToSourceIgnoringDesignAnnotationsVisitor' is missing implementations for these members:
- AstVisitor.visitConstructorSelector
- AstVisitor.visitEnumConstantArguments Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.
class ToSourceIgnoringDesignAnnotationsVisitor implements AstVisitor
[SEVERE] Failed to precompile build script .dart_tool/build/entrypoint/build.dart. This is likely caused by a misconfigured builder definition.