Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weta-vn committed Sep 5, 2021
1 parent 6681df9 commit d8d2fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ configs.externalImageEditors['external_image_editor_1'] = EditorParams(
int compressQuality = 90,
ImagePickerConfigs? configs}) async => await Navigator.of(context).push(MaterialPageRoute<File>(
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)))
);
```

Expand Down

0 comments on commit d8d2fab

Please sign in to comment.