You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor cleanup in the native implementation code:
- Removes a utility to map from index integers to directories, which hasn't been used since the Pigeon conversion but was accidentally left.
- Inlines all the implementations of path getters; many methods were pointlessly delegating their implementation to another private method, which is a relic of the pre-Pigeon structure.
All of the method implementations were moved without any changes.
Copy file name to clipboardExpand all lines: packages/path_provider/path_provider_android/android/src/main/java/io/flutter/plugins/pathprovider/PathProviderPlugin.java
Copy file name to clipboardExpand all lines: packages/path_provider/path_provider_android/android/src/main/java/io/flutter/plugins/pathprovider/StorageDirectoryMapper.java
Copy file name to clipboardExpand all lines: packages/path_provider/path_provider_android/android/src/test/java/io/flutter/plugins/pathprovider/StorageDirectoryMapperTest.java
0 commit comments