-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[go_router] change fix_data.yaml
uris to be absolute to fix lints
#3877
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 7 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
416612f
change fix_data uris to be absolute to fix lints
ahmednfwela d6bcf4f
Merge branch 'main' into fix-lints
ahmednfwela 17ff4d1
changed version
ahmednfwela 280bb99
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela c4a70c7
add both relative and absoulte paths to uri
ahmednfwela 082bd09
added tests
ahmednfwela 6dd50ca
create a temp folder instead
ahmednfwela 95a3b1e
Merge branch 'main' into fix-lints
ahmednfwela d8b05ba
Merge branch 'main' into fix-lints
ahmednfwela 22979c1
demonstrate testPubVersion
ahmednfwela 7fd3b72
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela 84abe08
Merge branch 'main' into fix-lints
ahmednfwela 3c15fd1
remove testPubVersion entirely
ahmednfwela 97fb307
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela 89b929e
enable test for windows too
ahmednfwela c0eddc0
dart format to please the CI
ahmednfwela 6131a59
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela 06a65d5
address comments
ahmednfwela 6b730ca
change comments
ahmednfwela c893a19
Merge branch 'main' into fix-lints
ahmednfwela 769468a
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela 1cdb2c0
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela dc99f47
allow io, yaml_edit since they are both dart owned
ahmednfwela 9c08c45
Merge branch 'main' into fix-lints
ahmednfwela a1914d4
Merge branch 'main' into fix-lints
ahmednfwela 2dd6f84
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela 9cbbaa1
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela b0445fa
cleanUp
ahmednfwela 78a6b4d
Apply suggestions from code review
ahmednfwela 9c78f19
Merge branch 'main' into fix-lints
ahmednfwela 78cb45c
Trigger
ahmednfwela 8a0701c
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela 4877b08
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela cda4ad7
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela 258871f
reworked tests + added comments
ahmednfwela 91e8973
small refactor
ahmednfwela a836a06
dart format
ahmednfwela 025ffbc
Merge branch 'main' into fix-lints
ahmednfwela 2c43ec5
address comments
ahmednfwela b64bc83
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela 48c3ead
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela 70ad1c9
Trigger CI
ahmednfwela 751f84c
Merge branch 'main' into fix-lints
ahmednfwela e06e62f
Merge branch 'main' into fix-lints
ahmednfwela 636b77b
Merge branch 'main' into fix-lints
ahmednfwela 3ef6158
Merge branch 'main' of https://github.com/flutter/packages into fix-l…
ahmednfwela f023598
Merge branch 'fix-lints' of github.com:Bdaya-Dev/packages into fix-lints
ahmednfwela 11e168d
address review
ahmednfwela 1bed8f8
address review
ahmednfwela 932e272
Merge branch 'main' into fix-lints
ahmednfwela 219b9b0
format
ahmednfwela 0ee09bb
Merge branch 'main' into fix-lints
ahmednfwela 2d62b84
Merge branch 'main' into fix-lints
ahmednfwela 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 7.0.1 | ||
|
||
- Fixes the `dart fix --apply` command not working | ||
|
||
## 7.0.0 | ||
|
||
- **BREAKING CHANGE**: | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: test_fixes | ||
publish_to: "none" | ||
version: 1.0.0+1 | ||
|
||
environment: | ||
sdk: ">=2.18.0 <4.0.0" | ||
flutter: ">=3.3.0" | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
go_router: | ||
path: ../ | ||
ahmednfwela marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
Uh oh!
There was an error while loading. Please reload this page.