Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hnvn committed May 6, 2022
1 parent 07f3fe2 commit 1cb799b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ From v1.2.0, you need to migrate your android project to v2 embedding ([detail](

<details>
<summary>Click to view detail</summary>

<br/>
**Image Cropper** provides a helper class called `AndroidUiSettings` that wraps all properties can be used to customize UI in **uCrop** library.

| Property | Description | Type |
Expand Down Expand Up @@ -144,7 +144,7 @@ From v1.2.0, you need to migrate your android project to v2 embedding ([detail](

<details>
<summary>Click to view detail</summary>

<br/>
**Image Cropper** provides a helper class called `IOUiSettings` that wraps all properties can be used to customize UI in **TOCropViewController** library.

| Property | Description | Type |
Expand Down Expand Up @@ -174,7 +174,7 @@ From v1.2.0, you need to migrate your android project to v2 embedding ([detail](

<details>
<summary>Click to view detail</summary>

<br/>
**Image Cropper** provides a helper class called `WebUiSettings` that wraps all properties can be used to customize UI in **croppie** library.

| Property | Description | Type |
Expand Down Expand Up @@ -266,7 +266,7 @@ CroppedFile croppedFile = await ImageCropper().cropImage(

<details>
<summary>Click to view detail</summary>

<br/>
Web implementation requires `WebUiSettings` object but this object contains some JS codes, so it cannot be compiled in mobile app. We should use conditional importing to workaround this problem. For example:

````dart
Expand Down
8 changes: 4 additions & 4 deletions image_cropper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ From v1.2.0, you need to migrate your android project to v2 embedding ([detail](

<details>
<summary>Click to view detail</summary>

<br/>
**Image Cropper** provides a helper class called `AndroidUiSettings` that wraps all properties can be used to customize UI in **uCrop** library.

| Property | Description | Type |
Expand Down Expand Up @@ -144,7 +144,7 @@ From v1.2.0, you need to migrate your android project to v2 embedding ([detail](

<details>
<summary>Click to view detail</summary>

<br/>
**Image Cropper** provides a helper class called `IOUiSettings` that wraps all properties can be used to customize UI in **TOCropViewController** library.

| Property | Description | Type |
Expand Down Expand Up @@ -174,7 +174,7 @@ From v1.2.0, you need to migrate your android project to v2 embedding ([detail](

<details>
<summary>Click to view detail</summary>

<br/>
**Image Cropper** provides a helper class called `WebUiSettings` that wraps all properties can be used to customize UI in **croppie** library.

| Property | Description | Type |
Expand Down Expand Up @@ -266,7 +266,7 @@ CroppedFile croppedFile = await ImageCropper().cropImage(

<details>
<summary>Click to view detail</summary>

<br/>
Web implementation requires `WebUiSettings` object but this object contains some JS codes, so it cannot be compiled in mobile app. We should use conditional importing to workaround this problem. For example:

````dart
Expand Down

0 comments on commit 1cb799b

Please sign in to comment.