Skip to content

Commit 26c76d8

Browse files
committed
🔗 Fix category link.
1 parent 8fd2c12 commit 26c76d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
5151
* [Classes Introduction](#classes-introduction-)
5252
* [`AssetEntity`](#assetentity)
5353
* [Frequent asked question](#frequent-asked-question-)
54-
* [Version resolve conflict with `xxx` (e.g. `dartx`)](#version-resolve-conflict-with-xxx-e.g.-dartx)
54+
* [Version resolve conflict with `xxx` (e.g. `dartx`)](#version-resolve-conflict-with-xxx-eg-dartx)
5555
* [How can I get path from the `AssetEntity` to integrate with `File` object, upload or edit?](#how-can-i-get-path-from-the-assetentity-to-integrate-with-file-object-upload-or-edit)
5656
* [Create `AssetEntity` from `File` or `Uint8List` (rawData)](#create-assetentity-from-file-or-uint8list-rawdata)
5757
* [Console warning 'Failed to find GeneratedAppGlideModule'](#glide-warning-failed-to-find-generatedappglidemodule)
@@ -89,7 +89,7 @@ Althought the package provide selection for assets, it still require users build
8989

9090
Flutter SDK: `>=1.17.0` .
9191

92-
If you got an error about `resolve conflict` when running `flutter pub get` , please use `dependency_overrides` to solve it. See [here](#version-resolve-conflict-with-xxx-e.g.-dartx) .
92+
If you got an error about `resolve conflict` when running `flutter pub get` , please use `dependency_overrides` to solve it. See [here](#version-resolve-conflict-with-xxx-eg-dartx) .
9393

9494
### Flutter
9595

0 commit comments

Comments
 (0)