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
12 changes: 0 additions & 12 deletions packages/path_provider/example/android.iml

This file was deleted.

15 changes: 0 additions & 15 deletions packages/path_provider/example/path_provider_example.iml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.2

* Move package contents into `path_provider` for platform federation.

## 1.6.1

* Make the pedantic dev_dependency explicit.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
path_provider:
path: ../
path_provider_macos:
path: ../path_provider_macos
path: ../../path_provider_macos

dev_dependencies:
e2e: ^0.2.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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
version: 1.6.1
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
version: 1.6.2

flutter:
plugin:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Analyze will fail if there is no main.dart file. This file should
// be removed once an example app has been added to path_provider_macos.
// https://github.com/flutter/flutter/issues/51007