Skip to content

Order of generation exception when using with injectable_builder on build_runner: ^2.4.4 #90

Description

@starlight173

After upgrade to Flutter 3.10, I excuted the build runner to process:

flutter pub run build_runner build --delete-conflicting-outputs

Output:

Invalid argument(s): Required input cycle for [{autoApply: AutoApply.dependents, import: package:smartstruct_generator/integrations/builder.dart, builderFactories: [smartstructBuilder], buildExtensions: {.dart: [mapper.g.dart]}, requiredInputs: [.g.dart], runsBefore: [injectable_generator:injectable_builder], isOptional: false, buildTo: BuildTo.source, defaults: Instance of 'TargetBuilderConfigDefaults'}]

I believe this issue caused by the new build_runner updated:

  • Use a stable order for builders without an order defined by dependencies.

How can I fix it ? Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions