OneLiteFeatherNET / OneLiteFeatherNET/Vulpes-Backend
[Bug] Invalid flutter client generation
Open
@TheMeinerLP is already working on this.
Since Sep 19, 2025.
bug
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- Avg merge
- 19h 7m
- Merged PRs (30d)
- 32
Description
Describe the bug
We use Swagger annotations to document our endpoints and generate a valid Swagger file. Based on these annotations, we can generate a Flutter client. The generated client is pushed into a dedicated repository, which can then be integrated into Flutter projects.
Currently, the client generation process is missing the flutter build option to generate additional code.
Steps to reproduce the bug
- Open the generated client repository.
- Check for missing classes that should have been generated by built_value.
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.
Assessment
This issue has not been assessed yet.