Skip to content

Commit ecfe3d1

Browse files
committed
Update file_picker_writable, note reason for private fork
See hpoul/file_picker_writable#20
1 parent a69655d commit ecfe3d1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ packages:
134134
description:
135135
path: "."
136136
ref: directory-picker
137-
resolved-ref: b2a1135514b4759faea15393ebd6bac367b59f5e
137+
resolved-ref: de0d3e23a486eb58f1747ca5be0acc5129215189
138138
url: "https://github.com/amake/file_picker_writable.git"
139139
source: git
140-
version: "2.0.3"
140+
version: "2.1.0+1"
141141
flutter:
142142
dependency: "direct main"
143143
description: flutter

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ dependencies:
1414
dynamic_fonts: ^2.2.0
1515
# dynamic_fonts:
1616
# path: ../dynamic-fonts-flutter
17-
# file_picker_writable: ^2.0.0
17+
# file_picker_writable: ^2.1.0
1818
file_picker_writable:
19-
# path: ../file_picker_writable
19+
# path: ../file_picker_writable
20+
# Using private fork pending merge of
21+
# https://github.com/hpoul/file_picker_writable/pull/20
2022
git:
2123
url: https://github.com/amake/file_picker_writable.git
2224
ref: directory-picker

0 commit comments

Comments
 (0)