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

Commit ced7fd6

Browse files
authored
[path_provider] drop uuid (#3465)
1 parent 919eaef commit ced7fd6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/path_provider/path_provider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.28
2+
3+
* Drop unused UUID dependency for tests.
4+
15
## 1.6.27
26

37
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: path_provider
22
description: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4-
version: 1.6.27
4+
version: 1.6.28
55

66
flutter:
77
plugin:
@@ -33,7 +33,6 @@ dev_dependencies:
3333
sdk: flutter
3434
flutter_driver:
3535
sdk: flutter
36-
uuid: "^1.0.0"
3736
pedantic: ^1.8.0
3837
mockito: ^4.1.1
3938
plugin_platform_interface: ^1.0.0

0 commit comments

Comments
 (0)