-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[flutter_image] added example app #4353
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
[flutter_image] added example app #4353
Conversation
f15a546 to
598dd5f
Compare
|
@Nitin-Poojary thanks for the contribution! However the branch on this PR has gotten a little bit messed up; it touches way more files than it should and includes commits not made by you (this is normally the sign of a bad rebase/update). I'm going to mark this PR as a draft until the branch gets fixed, it cannot land in its current state. |
515d6e9 to
2c1987b
Compare
|
Thank you for pointing out the issues. I apologize for any inconvenience caused. I have now fixed the problems. I believe it is now appropriate to mark this pull request as ready for review again. |
3ecc730 to
14e50f6
Compare
|
Could you please look into the failing tests? |
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.
LGTM
|
Finally, I really appreciate how much you assisted me during this whole process. Thank you! |
|
Should I push more commits regarding TODO from this branch? |
|
A follow-up would need to be a new PR in a new branch against the latest |
|
Okay. |
|
Since the example app hasn't appeared in the pinned version, should I wait for it to be included before proceeding? |
|
I'm not sure what pinned version you are referring to; if you pull from |
flutter/packages@872d6d2...d439062 2023-10-17 [email protected] [gis_web] Adds FedCM toggle. (flutter/packages#5123) 2023-10-17 [email protected] [quick_actions] Convert android to pigeon (flutter/packages#5099) 2023-10-16 [email protected] [flutter_image] added example app (flutter/packages#4353) 2023-10-16 [email protected] Roll Flutter from b00216b to afc3916 (12 revisions) (flutter/packages#5156) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Could you please provide more details or clarification on this? |
|
Sure, what information are you looking for? |
|
Regarding the use of the pinned version, as you suggested to use it instead of the main branch. |
|
Sorry, I'm not sure what your question is. If it's whether this needs to continue to use a pinned version, then yes, that is still true per my previous comments. |
|
So using a pinned version to my asset image link will make it look like |
A pinned version means you use a specific hash rather than something like |
|
Okay, so that means I have to pull changes from main and create a separate hash and address that which will have my example app in it, am I correct? If so how to do it? |
I'm not sure what you mean. Every commit in a git repository has a hash. There are already dozens of hashes that have this example in them. The commit that landed this PR and the latest commit, for example, both have it. |
|
Thank you for your response even on a Sunday. I was unsure about these hashes and how to obtain one, but your explanation that they are hashes of commits has cleared up my doubt. |
Added example app for flutter_image package
closes #128699
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).