-
-
Notifications
You must be signed in to change notification settings - Fork 207
refactor: Improve pubspecs files and example projects #956
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
refactor: Improve pubspecs files and example projects #956
Conversation
refactor: Add `CONTRIBUTING.md`
Thanks for opening this pull request! |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #956 +/- ##
=======================================
Coverage 39.60% 39.60%
=======================================
Files 60 60
Lines 3333 3333
=======================================
Hits 1320 1320
Misses 2013 2013 ☔ View full report in Codecov by Sentry. |
downgrade mockito
downgrade flutter_lints
downgrade path
downgrade sembast
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Is this ready for merge?
Yes, it's ready |
this fail tests for this bug |
If we restart the CI it should work, since dio has fixed the issue and there's no lock file. |
What is your suggestion to improve CI? |
Improve the CI? What do you mean? |
I meant here |
I don't think there's anything to improve. In that comment I was referring to your comment where you said that the CI in this PR here fails because of the dio issue. Since the CI now passes without us changing the dio dependency version, we know that the issue self-resolved and that we can close #959 without us having to publish a release. |
So there is no problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Is this ready to merge?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about now?
It looks good |
Pull Request
Issue
Closes: #957
Approach
Improved pubspecs files base dart site and example projects
Tasks