-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to CI and code cleanup #88
Updates to CI and code cleanup #88
Conversation
Thanks a lot for contribution! Is something really necessary. About the PR, the intl generated files are necessary because this package has embedded the translation of validations. So, I think that is necessary not ignore the generated files from git. |
I'll get back on this as soon as I am back from holiday. Still the intl files are not necessary because they will be generated by a build step. After that step it will indeed be included in the package. |
@deandreamatias Can you run the workflow for CI again? |
Hiya @martijn00 @deandreamatias. I'm having some trouble trying to use this as we wait for it to be merged. Specifically, nullsafety issues having to do with you removing the I'm not sure how it's building on your ends? Any help would be appreciated, let me know if you need more information or if I'm missing something! Hopefully the below screenshots help The error: https://api.flutter.dev/flutter/dart-core/RegExp/hasMatch.html |
@bkozik Good catch, i've added a fix for this now. Can you test it? |
@deandreamatias is it possible that you enable a setting to build updates to a PR in CI automatically without approval every time? |
I think that need update the readme section about contribute with languages https://github.com/flutter-form-builder-ecosystem/form_builder_validators?tab=readme-ov-file#add-new-supported-language |
About the last error, maybe is because this line |
@deandreamatias Aah this is because i moved to building on Linux. Do you think i should move it back to MacOS or is it fine for you to only test if Android builds? I've committed a chance to only do Android, let me know if that works for you, or i will revert back to Mac. |
@deandreamatias This seems good to go now. Can you merge and make the release? |
53209a9
into
flutter-form-builder-ecosystem:main
Solution description
Closes:
intl
dependency to 0.19 #76I've used this opportunity to also cleanup some code and CI. Let me know if i need to change anything.
It might be necessary to run flutter gen-l10n as a build step, but i can validate that once you approve running this PR.
Screenshots or Videos
To Do