Closed jhaglund closed 6 months ago
The question is why the files are not included when the CD build is being made. It is done here: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/blob/main/.github/workflows/base.yaml#L89
This PR is not a proper fix and the CI should be fixed instead.
The question is why the files are not included when the CD build is being made. It is done here: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/blob/main/.github/workflows/base.yaml#L89
This PR is not a proper fix and the CI should be fixed instead.
Because add to gitignore, automatically ignore by pub dev
Yeah, but the question is why. Is there no option to include it?
Generated these with
flutter gen-l10n
Connection with issue(s)
Close #97
Connected to #???
Solution description
Screenshots or Videos
The previous commit removed these files and took them out of version management. That might make sense long term, to have them generated more frequently, but they are not being auto-generated. So here they are.
To Do