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
I believe this issue caused by the new build_runnerupdated:
Use a stable order for builders without an order defined by dependencies.
How can I fix it ? Thanks
The text was updated successfully, but these errors were encountered:
starlight173
changed the title
Build runner exception when using with injectable_builder on Flutter 3.10
Order of generation exception when using with injectable_builder on Flutter 3.10
May 18, 2023
starlight173
changed the title
Order of generation exception when using with injectable_builder on Flutter 3.10
Order of generation exception when using with injectable_builder on build_runner: ^2.4.4May 19, 2023
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:How can I fix it ? Thanks
The text was updated successfully, but these errors were encountered: