-
-
Notifications
You must be signed in to change notification settings - Fork 207
refactor: Fix deprecations and other warnings #810
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
Conversation
fix deprecated functions fix some spelling mistakes remove unnecessary folder
Thanks for opening this pull request!
|
Codecov ReportBase: 10.55% // Head: 10.56% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #810 +/- ##
=======================================
Coverage 10.55% 10.56%
=======================================
Files 47 47
Lines 2841 2840 -1
=======================================
Hits 300 300
+ Misses 2541 2540 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Since this is not changing the product behavior and doesn't fix a bug, I changed the commit type to |
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.
I rechecked the code and it seems to be fine
New Pull Request Checklist
Issue Description
Solve 25 warnings in dart and flutter package
fix deprecated functions
fix some spelling mistakes
remove unnecessary folder
rename variables names based on dart principles (1)
Closes: #733
Approach
n/a
TODOs before merging