OpenAPITools / OpenAPITools/openapi-generator
[REQ] [dart-dio] Automatically call build_runner build
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Since dart-dio generates code the relies on build_runner I think it would be a good idea to call
dart pub get
and
dart pub run build_runner build
automatically after each generation
@jaumard (2018/09) @josh-burton (2019/12) @amondnet (2019/12) @sbu-WBT (2020/12) @kuhnroyal (2020/12) @agilob (2020/12) @ahmednfwela (2021/08)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dart-dio generator's generation flow and inspect how the generated Dart project declares and invokes build_runner. Verify the behavior of dart pub get and dart pub run build_runner build after generation, and define done as both commands running automatically without breaking generation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100