Skip to content

Commit

Permalink
[path_provider] drop uuid (flutter#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Jan 26, 2021
1 parent 919eaef commit ced7fd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.28

* Drop unused UUID dependency for tests.

## 1.6.27

* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
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
@@ -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:
Expand Down Expand Up @@ -33,7 +33,6 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
uuid: "^1.0.0"
pedantic: ^1.8.0
mockito: ^4.1.1
plugin_platform_interface: ^1.0.0
Expand Down

0 comments on commit ced7fd6

Please sign in to comment.