Open vincenzopalazzo opened 2 years ago
I think this is ready to get merged, but maybe after the official 5.1.2 release and we get it inside the 5.2.0-beta.1
What do you think? @budde377
The CI failure is unrelated we should publish our first common version but let do the more important stuff before
warning - pubspec.yaml:26:5 - Publishable packages can't have 'path' dependencies. Try adding a 'publish_to: none' entry to mark the package as not for publishing or remove the path dependency. - invalid_dependency
@budde377 this should be ready to be merged, and later I need to document it, but for now it is just a internal package so imho it is ready to go
We have a big lack in the library, we can not trace in case of a fancy problem, with this PR I'm proposing to put a generic interface + a Logger trace inside a separate package, and use it inside the client.
This will help us to safely make refactoring and trace the example that I proposed in other open PRs today!