Thanks to visit codestin.com
Credit goes to github.com

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

Windows nullsafety prep #3442

Merged
merged 2 commits into from
Jan 20, 2021
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

* Relax 'ffi' version constraint.

## 0.0.2+1

* Update Flutter SDK constraint.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: shared_preferences_windows
description: Windows implementation of shared_preferences
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_windows
version: 0.0.2+1
version: 0.0.2+2

flutter:
plugin:
Expand All @@ -18,7 +18,7 @@ dependencies:
shared_preferences_platform_interface: ^1.0.0
flutter:
sdk: flutter
ffi: ^0.1.3
ffi: ">=0.1.3 < 0.3.0"
file: ">=5.1.0 <7.0.0"
meta: ^1.1.7
path: ^1.6.4
Expand Down