-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[path_provider] Fix93198: Added getDownloadsDirectory() for Android #4708
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 all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
46f685d
Fix4559: Added getDownloadsDirectory() for Android
talhakhan1297 0404fe8
Removed changes from path_provider example
talhakhan1297 1b1b64f
Updated Changelog
talhakhan1297 197128f
Updated Changelog and Versions
talhakhan1297 f010d48
Merge branch 'main' into fix4559
talhakhan1297 768121a
Merge branch 'main' of https://github.com/flutter/packages into fix4559
talhakhan1297 b2f8f99
Merge branch 'fix4559' of https://github.com/talhakhan1297/packages i…
talhakhan1297 a258d9f
Merge branch 'main' into fix4559
talhakhan1297 cd26675
Merge branch 'main' into fix4559
talhakhan1297 522b093
Merge branch 'main' into fix4559
talhakhan1297 08d24d8
Merge branch 'main' into fix4559
talhakhan1297 e5c853b
Merge branch 'main' of https://github.com/flutter/packages into fix4559
talhakhan1297 045a68f
Added test for null and empty cases
talhakhan1297 db66865
Merge branch 'main' into fix4559
talhakhan1297 d21e4f7
Merge branch 'main' into fix4559
talhakhan1297 aea4f5d
Update packages/path_provider/path_provider_android/CHANGELOG.md
talhakhan1297 7f7914b
Merge branch 'main' into fix4559
talhakhan1297 720b1f0
Merge branch 'main' into fix4559
talhakhan1297 c7a411c
Merge branch 'main' into fix4559
talhakhan1297 8dbeb71
Merge branch 'main' into fix4559
talhakhan1297 319fbdf
Merge branch 'main' into fix4559
talhakhan1297 83a773d
Merge branch 'main' into fix4559
talhakhan1297 5f61fb0
Merge branch 'main' into fix4559
talhakhan1297 da7ed51
Merge branch 'main' into fix4559
talhakhan1297 10a18dd
Updated Tests description
talhakhan1297 f50f6c8
Extracted _getExternalStoragePaths to fix nullable list issue
talhakhan1297 e295218
Merge branch 'main' into fix4559
talhakhan1297 38ea4c7
Replaced enum with bool and updated if condition.
talhakhan1297 0bd03cd
Merge branch 'main' into fix4559
talhakhan1297 b0b2864
Updated if condition with modern dart implementation
talhakhan1297 2d2e3b4
Merge branch 'main' of https://github.com/flutter/packages into fix4559
talhakhan1297 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 @@ | ||
| ## 2.2.0 | ||
|
|
||
| * Adds implementation of `getDownloadsDirectory()`. | ||
|
|
||
| ## 2.1.1 | ||
|
|
||
| * Adds pub topics to package metadata. | ||
|
|
||
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
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.