Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 881552e

Browse files
authored
[path_provider] Change Linux example to depend on endorsed plugin from pub.dev (#2809)
Removes ios and android folders from example, and adopts the published version of path_provider
1 parent d0ac51a commit 881552e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+9
-1100
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
## 0.0.1+2
2+
* This release updates the example to depend on the endorsed plugin rather than relative path
3+
14
## 0.0.1+1
25
* This updates the readme and pubspec and example to reflect the endorsement of this implementation of `path_provider`
36

47
## 0.0.1
5-
68
* The initial implementation of path_provider for Linux
79
* Implements getApplicationSupportPath, getApplicationDocumentsPath, getDownloadsPath, and getTemporaryPath
810

packages/path_provider/path_provider_linux/example/android/app/build.gradle

Lines changed: 0 additions & 64 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/app/src/androidTest/java/EmbeddingV1ActivityTest.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/app/src/androidTest/java/MainActivityTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/EmbeddingV1Activity.java

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/MainActivity.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/build.gradle

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/gradle.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/android/settings.gradle

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/ios/Flutter/Debug.xcconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/path_provider/path_provider_linux/example/ios/Flutter/Release.xcconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)