Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.5

* Remove unused class name in pubspec.

## 1.6.4

* Endorsed macOS implementation.
Expand Down
3 changes: 1 addition & 2 deletions packages/path_provider/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: path_provider
description: Flutter plugin for getting commonly used locations on the Android &
iOS file systems, such as the temp and app data directories.
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
version: 1.6.4
version: 1.6.5

flutter:
plugin:
Expand All @@ -13,7 +13,6 @@ flutter:
ios:
pluginClass: FLTPathProviderPlugin
macos:
pluginClass: FLTPathProviderPlugin
default_package: path_provider_macos


Expand Down