We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919eaef commit ced7fd6Copy full SHA for ced7fd6
packages/path_provider/path_provider/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.28
2
+
3
+* Drop unused UUID dependency for tests.
4
5
## 1.6.27
6
7
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
packages/path_provider/path_provider/pubspec.yaml
@@ -1,7 +1,7 @@
name: path_provider
description: Flutter plugin for getting commonly used locations on host platform 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.27
+version: 1.6.28
flutter:
plugin:
@@ -33,7 +33,6 @@ dev_dependencies:
33
sdk: flutter
34
flutter_driver:
35
36
- uuid: "^1.0.0"
37
pedantic: ^1.8.0
38
mockito: ^4.1.1
39
plugin_platform_interface: ^1.0.0
0 commit comments