flutter-form-builder-ecosystem / form_builder_validators

Form Builder Validators is set of validators for FormFields. It provides common validators and a way to reuse multiple validators
https://pub.dev/packages/form_builder_validators
BSD 3-Clause "New" or "Revised" License
51 stars 99 forks source link

Update CI #99

Closed martijn00 closed 5 months ago

martijn00 commented 5 months ago

Connection with issue(s)

Close #98 Close #97 Close #79 Close #80

Solution description

Tries to fix the problem with the build.

Screenshots or Videos

To Do

deandreamatias commented 5 months ago

Take a look on this docs about gitignore and pubignore https://dart.dev/tools/pub/publishing#what-files-are-published

deandreamatias commented 5 months ago

I think that need update the .gitignore with all stuff and /intl and on .pubignore, all stuff but without the /intl

martijn00 commented 5 months ago

@deandreamatias thanks that did the trick. Should the example app be included or ignored as well?

Otherwise this PR is good to go.

deandreamatias commented 5 months ago

I would not add a validator in this PR, I would do it in another one as they are different things.

I think that the example can maintain the same setup that had

martijn00 commented 5 months ago

@deandreamatias Alright, fixed that. I'll open a new PR for it.