-
-
Notifications
You must be signed in to change notification settings - Fork 206
refactor: Add pubspec in dart example #908
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: Add pubspec in dart example #908
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request! |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #908 +/- ##
==========================================
+ Coverage 39.13% 41.88% +2.74%
==========================================
Files 56 51 -5
Lines 3278 2994 -284
==========================================
- Hits 1283 1254 -29
+ Misses 1995 1740 -255 ☔ View full report in Codecov by Sentry. |
It's a fix in the example, which is not part of the SDK itself, so this is merely a |
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, ready for merge?
Yes, I think it is ready |
Could you run the following command to see if there are any errors: |
I just tested it with |
See #906 (comment) |
Can this PR be merged despite the failing CI? |
This error is related to the version of Flutter, merge it and there will be no problem |
Pull Request
Issue
add pubspec in dart example and fix main.dart example warning
Closes: #905
Approach
n/a
Tasks
n/a