From d8d2fab386294d6d9946c850155e669c6ddcd12d Mon Sep 17 00:00:00 2001 From: Tran Minh Date: Sun, 5 Sep 2021 17:31:07 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2bca6..8fd8469 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ configs.externalImageEditors['external_image_editor_1'] = EditorParams( int compressQuality = 90, ImagePickerConfigs? configs}) async => await Navigator.of(context).push(MaterialPageRoute( fullscreenDialog: true, - builder: (context) => ImageEdit(file: file, title: 'external_image_editor_1', maxWidth: maxWidth, maxHeight: maxHeight, configs: configs))) + builder: (context) => ImageEdit(file: file, title: title, maxWidth: maxWidth, maxHeight: maxHeight, configs: configs))) ); ```