Closed martijn00 closed 5 months ago
Take a look on this docs about gitignore and pubignore https://dart.dev/tools/pub/publishing#what-files-are-published
I think that need update the .gitignore with all stuff and /intl and on .pubignore, all stuff but without the /intl
@deandreamatias thanks that did the trick. Should the example app be included or ignored as well?
Otherwise this PR is good to go.
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
@deandreamatias Alright, fixed that. I'll open a new PR for it.
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