commit | bc0174fd54efaafcfd6b38b0f8282eec3ae55631 | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Wed Jan 25 09:25:07 2023 -0800 |
committer | GitHub <noreply@github.com> | Wed Jan 25 12:25:07 2023 -0500 |
tree | 1658d05e67a548ef0276d418a095a4382336148a | |
parent | 1e5efd144f93f3f5b5f804272c126af3185fd2f6 [diff] |
[path_provider] Fix iOS `getApplicationSupportDirectory` regression (#7026) When switching iOS to share the macOS implementation, the application support path for iOS accidentally changed because I forgot the macOS implementation added an extra subdirectory to it. This fixes that regression by returning iOS to the path `path_provider_ios` used. Fixes https://github.com/flutter/flutter/issues/119133
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.dev/platform-plugins/.
These plugins are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
Issues pertaining to this repository are labeled “plugin”.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready, you can publish it to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.
These are the available plugins in this repository.