[path_provider_tizen] Update path_provider to 2.1.5#994
[path_provider_tizen] Update path_provider to 2.1.5#994JSUYA merged 4 commits intoflutter-tizen:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates path_provider_tizen to version 2.3.0, adding support for getDownloadsPath and updating the path_provider dependency. It also includes an integration test for the new functionality. Feedback suggests modifying the getDownloadsPath implementation to catch exceptions and return null, ensuring compliance with the path_provider API contract.
|
All APIs in the path_provider_platform_interface.dart file use nullable return types. |
…face Also normalize external storage path failures to return null and document the change in the changelog.
Align nullable path handling with the platform interface by returning null when Tizen app common APIs do not provide a path, and document the behavior in the changelog.
All interfaces have been updated. |
getDownloadsPath()support.+#995