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

Commit 7301aa1

Browse files
author
Tim Sneath
authored
Remove stray dependency (#3515)
1 parent caf7fbf commit 7301aa1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/shared_preferences/shared_preferences_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2+3
2+
3+
* Remove 'ffi' dependency.
4+
15
## 0.0.2+2
26

37
* Relax 'ffi' version constraint.

packages/shared_preferences/shared_preferences_windows/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shared_preferences_windows
22
description: Windows implementation of shared_preferences
33
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_windows
4-
version: 0.0.2+2
4+
version: 0.0.2+3
55

66
flutter:
77
plugin:
@@ -18,7 +18,6 @@ dependencies:
1818
shared_preferences_platform_interface: ^1.0.0
1919
flutter:
2020
sdk: flutter
21-
ffi: ">=0.1.3 < 0.3.0"
2221
file: ">=5.1.0 <7.0.0"
2322
meta: ^1.1.7
2423
path: ^1.6.4

0 commit comments

Comments
 (0)