-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Applied Gradle Plugins Declaratively for path_provider
#7822
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1723e03
applied plugins declaratively and updated AGP and Gradle version
jesswrd dfa206d
upgraded targetsdk, agp, and gradle version
jesswrd 1325af9
updated regex and example settings string
jesswrd 4d843ae
Revert "upgraded targetsdk, agp, and gradle version"
jesswrd 9e57354
Revert "updated regex and example settings string"
jesswrd ab38f6d
updated targetsdk, gradle, and agp version
jesswrd 5ac281b
updated regex and example settings
jesswrd 00c0579
added regex for declarative way
jesswrd 30c2c33
updated changelog and added comments
jesswrd c87ae30
added regex and tests
jesswrd 8df5a41
added declarative statement to the changelog
jesswrd 8fc4466
remove changelog
jesswrd a73ad60
moved string w/o artifact hub
jesswrd 80f0902
updated error logic to be more readable and added docArtifact test
jesswrd 5629ea3
separated documentation hub error check for imperative method check
jesswrd d51a036
ran dart format
jesswrd 55f9c9d
made args required and removed related annotations
jesswrd bf607c5
Merge branch 'main' into apply_path_prov
reidbaker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
updated changelog and added comments
- Loading branch information
commit 30c2c33b337ec1ad7b6770b368eff18a3bf8fb49
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This changelog should also mention moving the example to include flutter as a declarative dependency.
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.
Why are we updating the CHANGELOG at all for this PR? Example-build-only changes are exempt; we generally only mention them if they are about something that is directly relevant to clients of the package (e.g., if a new version of Android requires a new permission to use the code in the package, we might mention adding that permission to the example).
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.
Because we are changing the example app which is users facing and should be updated.
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.
It's user-facing, but (other than the one file from the example directory shown on pub.dev) it's not directly pub-package-client-facing; if someone
flutter pub upgrades and gets a new version ofpath_provider, nothing in this PR is in the code they will import, and that's generally what we consider as the CHANGELOG audience.We expect people running the example to check out the repo (in theory they could build and run it directly from their pub cache, but they really shouldn't), and the git history is the record of changes for someone interacting with the repo itself.
The things in the CHANGELOG change here are part of what our written policy explicitly exempts, and we also have not historically put this kind of thing in the CHANGELOG, so it seems odd to include it this time.
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.
Ok, I misunderstood the policy. @jesswrd sorry for leading you astray but it will make your follow up prs much easier.