Skip to content

Commit 1736fa5

Browse files
committed
💬 Update custom picker's description.
1 parent 0b795f0 commit 1736fa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/lib/pages/custom_picker_page.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ class _CustomPickerPageState extends State<CustomPickerPage> {
264264
'`getExternalStorageDirectory`, Then check whether '
265265
'it contains images.',
266266
),
267+
paddingText(
268+
'Put files into the path to see how this custom picker work.',
269+
),
267270
FlatButton(
268271
onPressed: callPicker,
269272
child: const Text(

0 commit comments

Comments
 (0)