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

[shared_preferences_linux] update file package dep version to be compatible with framework #2950

Merged
merged 3 commits into from
Aug 22, 2020
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2+2

* Bump the `file` package dependency to resolve dep conflicts with `flutter_driver`.

## 0.0.2+1
* Replace path_provider dependency with path_provider_linux.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shared_preferences_linux
description: Linux implementation of the shared_preferences plugin
version: 0.0.2+1
version: 0.0.2+2
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_linux

flutter:
Expand All @@ -15,7 +15,7 @@ environment:
flutter: ">=1.12.8 <2.0.0"

dependencies:
file: ^5.1.0
file: ">=5.1.0 <7.0.0"
flutter:
sdk: flutter
meta: ^1.0.4
Expand Down